test-math-server
About
The README specifies three required configuration properties: spring.main.web-application-type=none, spring.main.bannerMode=off, and logging.pattern.console=.
Details
- Author
- woshixiaoshuaixia
- Downloads
- 129
- Categories
- Developer Tools
Jump to
—
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
test-math-serverCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"test-math-server": {
"test-math-server": {
"name": "\u6570\u5b66\u52a9\u624b",
"type": "stdio",
"description": "\u6570\u5b66\u52a9\u624b",
"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"
}
}
}
}
}
McpServers
{
"test-math-server": {
"name": "\u6570\u5b66\u52a9\u624b",
"type": "stdio",
"description": "\u6570\u5b66\u52a9\u624b",
"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"
}
}
}
test-math-server
下面配置必须要有
spring.main.web-application-type=none spring.main.bannerMode=off logging.pattern.console=Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





