MCP.so
Sign In

test-math-server

@woshixiaoshuaixia

About test-math-server

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

Basic information

Category

Developer Tools

Runtime

java

Transports

stdio

Publisher

woshixiaoshuaixia

Submitted by

fei jing

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

Comments

More Developer Tools MCP servers