This is developer focused tool which can be used to bootstrap spring boot project which we do using https://start.spring.io/
服务器配置
{
"mcpServers": {
"springboot-bootstrap": {
"command": "java",
"args": [
"-jar",
"C:/mcp-servers/app-bootstrap.jar"
]
}
}
}