You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each language parser extracts functions, classes, methods, parameters, inheritance relationships, function calls, and imports to build a comprehensive code graph.
-**Отслеживание файлов в реальном времени:** мониторинг изменений в директориях и автоматическое обновление графа (команда `cgc watch`).
130
130
-**Интерактивная настройка:** удобный мастер для простой настройки через командную строку.
131
131
-**Двойной режим:** работает как независимый **набор CLI-инструментов** для разработчиков и как **MCP-сервер** для ИИ-агентов.
132
-
-**Мультиязычность:** полная поддержка 14 языков программирования.
132
+
-**Мультиязычность:** полная поддержка 22 языков программирования.
133
133
-**Гибкий выбор СУБД:** KùzuDB (по умолчанию, работает «из коробки» на всех платформах), FalkorDB Lite (только для Unix), FalkorDB Remote или Neo4j (любые платформы через Docker или нативно).
134
134
135
135
---
@@ -141,10 +141,13 @@ CodeGraphContext обеспечивает полноценный синтакс
Copy file name to clipboardExpand all lines: docs/MCP_TOOLS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# MCP Tools Reference
2
2
3
-
This document describes the Model Context Protocol (MCP) tools exposed by CodeGraphContext **0.4.12**. The server registers the full catalog defined in `src/codegraphcontext/tool_definitions.py` (same tools the CLI graph operations rely on). In v0.4.12, MCP `tools/list` returns **21** tool definitions—the subsections below enumerate each one.
3
+
This document describes the Model Context Protocol (MCP) tools exposed by CodeGraphContext **0.4.13**. The server registers the full catalog defined in `src/codegraphcontext/tool_definitions.py` (same tools the CLI graph operations rely on). In v0.4.13, MCP `tools/list` returns **21** tool definitions—the subsections below enumerate each one.
0 commit comments