Skip to main content
Glama

🧠 MCP-FWCC: Cocos Common Slot Framework 知識サーバー

Model Context Protocol (MCP) サーバーは、Cocos Creator 2.4 の cc-common Slot Framework SDK 向けに、リッチなセマンティック検索、AST クラスの探索、アーキテクチャの関係グラフ、ステップバイステップのガイドを提供します。


🌟 特長

  • 📚 307+ 件のインデックス化されたSDKモジュール: cc-core-libcc-networkcc-slot-modulecc-slot-mechanicscc-slot-features を完全カバーします。

  • ⚡ 高速 MiniSearch エンジン: クラス定義、プロパティ、メソッド、デコレーター、実装ソースを対象とした、即時応答のファジー全文検索を提供。

  • 🕸️ 概念グラフエンジン: Directors、Table Modules、Symbol Managers、Payline Info、GameDataStore、Event Events 間の関係をマッピングします。

  • 🔌 マルチトランスポート対応:

    • HTTP JSON-RPC 2.0 (POST http://localhost:8925/)

    • Server-Sent Events SSE (http://localhost:8925/sse & /messages)

    • Stdio トランスポート (--stdio)

  • 🩺 ライブヘルスチェック: http://localhost:8925/health


Related MCP server: Cocos Creator MCP Server

🛠️ MCP ツール

ツール

説明

fwcc_search_docs

cc-common の記事・クラス・メソッド・メカニクスをあいまい検索

fwcc_get_doc

任意のモジュールの完全な Markdown ドキュメントとソースコードの抜粋を取得

fwcc_list_topics

cc-common で利用可能なカテゴリと、エクスポートされたクラスを一覧表示

fwcc_get_class_api

クラスの詳細なシグネチャ、プロパティ、メソッド、継承階層を取得

fwcc_get_related_topics

グラフ探索で関連するクラス、メカニクス、イベントフローを検索


🚀 クイックスタート

1. ビルドと実行

npm install
npm run build
npm start

2. クライアント設定

Antigravity / Gemini IDE (.agents/mcp_config.json)

{
  "mcpServers": {
    "mcp-fwcc": {
      "command": "node",
      "args": ["c:/Users/ADMIN/lamnino/cc20-new-all-in-one/mcp/mcp-fwcc/dist/index.js"]
    }
  }
}

Cursor (.cursor/mcp.json)

{
  "mcpServers": {
    "mcp-fwcc": {
      "url": "http://localhost:8925/sse"
    }
  }
}

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    F
    maintenance
    Enables AI assistants to directly control the Cocos Creator 3.8.x editor via MCP protocol, providing over 130 tools for scene, node, component, asset, and project operations.
    12 npm
    40
    MIT
  • -
    license
    Not graded
    quality
    Not graded
    maintenance
    Enables AI assistants to interact with the Cocos Creator 3.8+ editor through standardized protocols for scene, node, component, prefab, asset, project, debugging, and server operations.
    -
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to search and analyze Unity project assets, including references and dependencies, via the Model Context Protocol.
    -