Server Config
{
"mcpServers": {
"test-math-server": {
"name": "数学助手",
"type": "stdio",
"description": "数学助手",
"isActive": true,
"command": "java",
"args": [
"-jar",
"/your_path/mcp-server-0.0.1-SNAPSHOT.jar"
],
"env": {
"spring.ai.mcp.server.stdio": "true",
"spring.main.web-application-type": "none",
"port": "8080"
}
}
}
}