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

Function tier_server_profile

src/cli/agent_profiles.c:290–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290static const char *tier_server_profile(cbm_graph_tier_t tier) {
291 return tier == CBM_GRAPH_TIER_SCOUT ? "scout" : "analysis";
292}
293
294static const char *dialect_tool_prefix(cbm_graph_profile_dialect_t dialect) {
295 switch (dialect) {

Callers 3

render_kiro_profileFunction · 0.85
append_codex_profileFunction · 0.85
render_profile_textFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected