MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / cbm_mcp_tool_count

Function cbm_mcp_tool_count

src/mcp/mcp.c:931–933  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

929}
930
931int cbm_mcp_tool_count(void) {
932 return TOOL_COUNT;
933}
934
935const char *cbm_mcp_tool_name(int index) {
936 if (index < 0 || index >= TOOL_COUNT) {

Callers 4

cbm_client_adapter_piFunction · 0.85
test_cli.cFile · 0.85
test_mcp.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected