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

コメント

「開発者ツール」の他のコンテンツ