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-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 도구

도구

설명

fwcc_search_docs

307+ cc-common SDK 문서, 클래스, 메서드 및 메커니즘에 대한 퍼지 검색

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"
    }
  }
}
F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • 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.
    23
    37
    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.

View all related MCP servers

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…

View all MCP Connectors

Latest Blog Posts

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