Submit

test-math-server

@woshixiaoshuaixia

测试发布一个 mcp server 到 mcp.so

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"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.