Skip to main content
Glama

🧠 MCP-FWCC: Сервер знаний Cocos Common Slot Framework

Model Context Protocol (MCP) сервер, предоставляющий расширенный семантический поиск, исследование классов AST, графы архитектурных связей и пошаговые руководства для cc-common Slot Framework SDK в Cocos Creator 2.4.


🌟 Возможности

  • 📚 307+ проиндексированных SDK-модулей: Полное покрытие cc-core-lib, cc-network, cc-slot-module, cc-slot-mechanics и cc-slot-features.

  • ⚡ Высокоскоростной поисковый движок MiniSearch: Мгновенный нечёткий полнотекстовый поиск по определениям классов, свойствам, методам, декораторам и исходному коду реализации.

  • 🕸️ Механизм концептуальных графов: Сопоставляет связи между директорами (Directors), таблицами модулей (Table Modules), менеджерами символов (Symbol Managers), информацией о линиях выплат (Payline Info), GameDataStore и шинами событий (Event Buses).

  • 🔌 Поддержка нескольких транспортов:

    • HTTP JSON-RPC 2.0 (POST http://localhost:8925/)

    • Server-Sent Events SSE (http://localhost:8925/sse и /messages)

    • Stdio Transport (--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