MCP-FWCC
Enables semantic search, AST exploration, and relationship graph analysis for the cc-common Slot Framework SDK in Cocos Creator 2.4 via Model Context Protocol.
README
π§ 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)
- HTTP JSON-RPC 2.0 (
- π©Ί Live Health Check:
http://localhost:8925/health
π οΈ MCP Tools
| Tool | Description |
|---|---|
fwcc_search_docs |
Fuzzy search across 307+ cc-common SDK articles, classes, methods, and mechanics |
fwcc_get_doc |
Retrieve full Markdown documentation and source code excerpt for any module |
fwcc_list_topics |
List available categories & topics in cc-common with exported classes |
fwcc_get_class_api |
Get detailed class signature, properties, methods, and inheritance hierarchy |
fwcc_get_related_topics |
Graph traversal to find related classes, mechanics, and event flows |
π Quick Start
1. Build & Run
npm install
npm run build
npm start
2. 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"
}
}
}
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.