MCP-FWCC
🧠 MCP-FWCC: Cocos Common Slot Framework 지식 서버
Model Context Protocol (MCP) 서버로, Cocos Creator 2.4의 cc-common Slot Framework SDK에 대한 풍부한 의미론적 검색, AST 클래스 탐색, 아키텍처 관계 그래프 및 단계별 가이드를 제공합니다.
🌟 기능
📚 307+ 인덱싱된 SDK 모듈:
cc-core-lib,cc-network,cc-slot-module,cc-slot-mechanics,cc-slot-features전체를 포괄합니다.⚡ 고속 MiniSearch 엔진: 클래스 정의, 속성, 메서드, 데코레이터 및 구현 소스 전반에 대한 즉각적인 퍼지 전체 텍스트 검색을 제공합니다.
🕸️ 개념 그래프 엔진: 디렉터, 테이블 모듈, 심볼 매니저, 페이라인 정보, GameDataStore, 이벤트 버스 간의 관계를 매핑합니다.
🔌 다중 전송 지원:
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 도구
도구 | 설명 |
| 307+ cc-common SDK 문서, 클래스, 메서드 및 메커니즘에 대한 퍼지 검색 |
| 모든 모듈에 대한 전체 Markdown 문서 및 소스 코드 발췌문 가져오기 |
| cc-common에서 사용 가능한 카테고리 및 주제와 내보낸 클래스 나열 |
| 상세한 클래스 시그니처, 속성, 메서드 및 상속 계층 구조 확인 |
| 그래프 탐색을 통해 관련 클래스, 메커니즘 및 이벤트 흐름 찾기 |
🚀 빠른 시작
1. 빌드 및 실행
npm install
npm run build
npm start2. 클라이언트 설정
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.-