MCP-FWCC
🧠 MCP-FWCC: Wissensserver für das Cocos Common Slot Framework
Model Context Protocol (MCP)-Server mit umfangreicher semantischer Suche, AST-Klassenexploration, Architektur-Beziehungsdiagrammen und Schritt-für-Schritt-Anleitungen für das cc-common-Slot-Framework-SDK in Cocos Creator 2.4.
🌟 Funktionen
📚 307+ indizierte SDK-Module: Vollständige Abdeckung von
cc-core-lib,cc-network,cc-slot-module,cc-slot-mechanicsundcc-slot-features.⚡ Hochgeschwindigkeits-MiniSearch-Engine: Sofortige unscharfe Volltextsuche über Klassendefinitionen, Eigenschaften, Methoden, Dekoratoren und Implementierungsquellen.
🕸️ Konzeptuelle Graph-Engine: Bildet Beziehungen zwischen Directors, Table Modules, Symbol Managern, Payline-Informationen, GameDataStore und Event-Bussen ab.
🔌 Multi-Transport-Unterstützung:
HTTP JSON-RPC 2.0 (
POST http://localhost:8925/)Server-Sent Events SSE (
http://localhost:8925/sse&/messages)Stdio-Transport (
--stdio)
🩺 Live-Healthcheck:
http://localhost:8925/health
Related MCP server: Cocos Creator MCP Server
🛠️ MCP-Tools
Tool | Beschreibung |
| Unscharfe Suche über 307+ cc-common-SDK-Artikel, -Klassen, -Methoden und -Mechaniken |
| Vollständige Markdown-Dokumentation und Quellcode-Auszug für jedes Modul abrufen |
| Verfügbare Kategorien & Themen in cc-common mit exportierten Klassen auflisten |
| Detaillierte Klassensignatur, Eigenschaften, Methoden und Vererbungshierarchie abrufen |
| Graph-Traversierung zum Auffinden verwandter Klassen, Mechaniken und Ereignisabläufe |
🚀 Schnellstart
1. Erstellen & Ausführen
npm install
npm run build
npm start2. Client-Konfigurationen
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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.2337MIT
- -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.
Related MCP Connectors
Code intelligence for coding agents: semantic, AST, graph, and full-text search. 279+ languages.
A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.…
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lam-ark/mcp-fwcc'
If you have feedback or need assistance with the MCP directory API, please join our Discord server