Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
931
int cbm_mcp_tool_count(void) {
932
return TOOL_COUNT;
933
}
934
935
const char *cbm_mcp_tool_name(int index) {
936
if (index < 0 || index >= TOOL_COUNT) {
Callers
4
cbm_client_adapter_pi
Function · 0.85
test_cli.c
File · 0.85
test_mcp.c
File · 0.85
test_agent_clients.c
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected