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
**VIOLATION = IMMEDIATE REJECTION**: Any code review that introduces environment variable usage for CIDX server settings MUST be rejected and rewritten.
162
+
163
+
**RECORDED**: 2025-01-14 - After repeated failures caused by environment variable-based configuration.
164
+
165
+
---
166
+
95
167
## 1. CRITICAL BUSINESS INSIGHT - Query is Everything
96
168
97
169
**THE SINGLE MOST IMPORTANT FEATURE**: Query capability is the core value proposition of CIDX. All query features available in CLI MUST be available in MCP/REST APIs with full parity.
Copy file name to clipboardExpand all lines: docs/ai-integration.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -228,7 +228,14 @@ See [CIDX MCP Bridge](../README.md#cidx-mcp-bridge-for-claude-desktop) for compl
228
228
-`git_diff` - Compare revisions
229
229
-`git_blame` - Line attribution
230
230
231
-
Total: **75 MCP tools** available
231
+
**Claude Delegation Tools** (execute AI workflows on protected repos):
232
+
-`list_delegation_functions` - Discover available functions
233
+
-`execute_delegation_function` - Execute function on Claude Server
234
+
-`poll_delegation_job` - Wait for job completion via callback
235
+
236
+
See: [Delegation Functions Guide](delegation-functions.md) for complete documentation.
237
+
238
+
Total: **78 MCP tools** available
232
239
233
240
[✓ Corrected by fact-checker: Original claim was 53 tools, verified source code shows 75 tools in tool registry at src/code_indexer/server/mcp/tools.py]
234
241
@@ -471,6 +478,7 @@ nano CLAUDE.md
471
478
472
479
## Related Documentation
473
480
481
+
-**Delegation Functions**: [Delegation Functions Guide](delegation-functions.md) - Execute AI workflows on protected repos
0 commit comments