MCP.so
ログイン

Model Context Protocol Server

@tian1ll1

Model Context Protocol Server について

A Model Context Protocol server implementation with FastAPI

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

tian1ll1

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcp-protocol-server": {
      "command": "python",
      "args": [
        "-m",
        "venv",
        "venv"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Model Context Protocol Server?

A FastAPI-based implementation of a Model Context Protocol (MCP) server that handles model context management, session handling, and protocol operations. It provides a REST API with WebSocket support, authentication, and request validation, intended for developers building applications that require structured model context and session management.

How to use Model Context Protocol Server?

Clone the repository, create a

コメント

「その他」の他のコンテンツ