MCP-FWCC
Provides documentation and code exploration for the cc-common Slot Framework SDK, designed for Cocos Creator 2.4.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP-FWCCWhat is the SlotManager class and how does it relate to paylines?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
π§ MCP-FWCC: Cocos Common Slot Framework Knowledge Server
Model Context Protocol (MCP) Server providing rich semantic search, AST class exploration, architectural relationship graphs, and step-by-step guides for the cc-common Slot Framework SDK in Cocos Creator 2.4.
π Features
π 307+ Indexed SDK Modules: Full coverage of
cc-core-lib,cc-network,cc-slot-module,cc-slot-mechanics, andcc-slot-features.β‘ High-Speed MiniSearch Engine: Instant fuzzy full-text search across class definitions, properties, methods, decorators, and implementation sources.
πΈοΈ Conceptual Graph Engine: Maps relationships between Directors, Table Modules, Symbol Managers, Payline Info, GameDataStore, and Event Buses.
π Multi-Transport Support:
HTTP JSON-RPC 2.0 (
POST http://localhost:8925/)Server-Sent Events SSE (
http://localhost:8925/sse&/messages)Stdio Transport (
--stdio)
π©Ί Live Health Check:
http://localhost:8925/health
Related MCP server: Cocos Creator MCP Server
π οΈ MCP Tools
Tool | Description |
| Fuzzy search across 307+ cc-common SDK articles, classes, methods, and mechanics |
| Retrieve full Markdown documentation and source code excerpt for any module |
| List available categories & topics in cc-common with exported classes |
| Get detailed class signature, properties, methods, and inheritance hierarchy |
| Graph traversal to find related classes, mechanics, and event flows |
π Quick Start
1. Build & Run
npm install
npm run build
npm start2. Client Configurations
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"
}
}
}This server cannot be deployed
Maintenance
Related MCP Connectors
Code intelligence for coding agents: semantic, AST, graph, and full-text search. 279+ languages.
Codebase graphs, caller impact analysis, and recorded project context for AI coding agents.
Deterministic context layer for your codebase: change impact, blast radius, answers with receipts.
A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.β¦
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceEnables 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 npm40MIT
- -licenseNot gradedqualityNot gradedmaintenanceEnables 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.-
- FlicenseAqualityDmaintenanceProvides AI knowledge base query service for Cocos Creator 3.8.8 + exia-framework, enabling semantic search and API lookup for framework and engine classes.41-
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to search and analyze Unity project assets, including references and dependencies, via the Model Context Protocol.-