MCP.so
ログイン

MCP Project

@LaAbadIAdelCrimen

MCP Project について

AbadIA MCP server

基本情報

カテゴリ

その他

ライセンス

MIT license

ランタイム

python

トランスポート

stdio

公開者

LaAbadIAdelCrimen

設定

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

{
  "mcpServers": {
    "AbadIA-MCP": {
      "command": "python",
      "args": [
        "-m",
        "venv",
        "venv"
      ]
    }
  }
}

ツール

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

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

概要

What is MCP Project?

MCP Project is a FastAPI-based implementation of a Master Control Program (MCP). It provides a REST API and is documented via Swagger UI and ReDoc.

How to use MCP Project?

Set up a Python virtual environment, install dependencies from requirements.txt, and run the application with uvicorn app.main:app --reload. Once running, access the API documentation at http://localhost:8000/docs (Swagger) or http://localhost:8000/redoc (ReDoc).

Key features of MCP Project

  • Built with the FastAPI web framework.
  • Exposes a RESTful API.
  • Provides auto-generated Swagger UI documentation.
  • Provides auto-generated ReDoc documentation.

Use cases of MCP Project

FAQ from MCP Project

What framework does MCP Project use?

MCP Project is built with FastAPI.

How do I run MCP Project locally?

Create a virtual environment, install dependencies from requirements.txt, and run uvicorn app.main:app --reload.

Where can I find the API documentation?

After starting the server, visit http://localhost:8000/docs for Swagger UI or http://localhost:8000/redoc for ReDoc.

What are the runtime requirements?

Python 3 and the packages listed in requirements.txt. No specific Python version or additional runtimes are mentioned.

Does MCP Project support authentication or custom transports?

The README does not describe any authentication or transport configurations.

コメント

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