MCP.so
登录

test-mcp-server

@dudeinthemirror

关于 test-mcp-server

暂无概览

基本信息

分类

开发工具

运行时

python

传输方式

stdio

发布者

dudeinthemirror

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "test-mcp-server": {
      "command": "uv",
      "args": [
        "sync"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is test-mcp-server?

test-mcp-server is a FastAPI-based MCP server intended for development and testing. It exposes an SSE endpoint at /mcp and can be started on 127.0.0.1:8088.

How to use test-mcp-server?

Install uv and direnv, then run uv sync to install dependencies. Start the server with uv run fastapi dev src/main.py --host 127.0.0.1 --port 8088 (or src/simple_integration.py). Use the MCP inspector (npx @modelcontextprotocol/inspector) with SSE transport to connect to http://127.0.0.1:8088/mcp.

Key features of test-mcp-server

Use cases of test-mcp-server

FAQ from test-mcp-server

评论

开发工具 分类下的更多 MCP 服务器