test-math-server
@woshixiaoshuaixia
About test-math-server
测试发布一个 mcp server 到 mcp.so
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is test-math-server?
—
How to use test-math-server?
The README specifies three required configuration properties: spring.main.web-application-type=none, spring.main.bannerMode=off, and logging.pattern.console=.
Key features of test-math-server
—
Use cases of test-math-server
—
FAQ from test-math-server
—
More Developer Tools MCP servers
test
prysmaticlabsGo implementation of Ethereum proof of stake
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
Huoshan Test
volcengineCode Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
Comments