%% MCP Server tool inventory by category
%% Reflects: open-sse/mcp-server/ — TOTAL_MCP_TOOL_COUNT in server.ts
%% (MCP_TOOLS 34 + memory 3 + skill 4 + agentSkill 3 + pool 6 + gamification 8 + plugin 8 + notion 6 + obsidian 22 = 94)
%% Regenerate the SVG with: npm run docs:render-diagrams
%% v3.8.40
flowchart LR
MCP["MCP Server
94 tools total"]
MCP --> Core["Core (34)
routing, cache, compression,
quota, proxy, tunnels, search, web_fetch"]
MCP --> Mem["Memory (3)
memory_search, memory_save,
memory_delete"]
MCP --> Skl["Skills (4)
skill_invoke, skill_list,
skill_diagnose, skill_uninstall"]
MCP --> ASkl["Agent-Skills (3)
cli-registry discovery"]
MCP --> Pool["Pool (6)
pool_status, pool_sessions, pool_reset,
pool_warm, pool_health, browser_pool_status"]
MCP --> Gam["Gamification (8)"]
MCP --> Plg["Plugins (8)"]
MCP --> Notion["Notion (6)
search, get_page, query_database,
get_database, list_block_children,
append_blocks"]
MCP --> Obs["Obsidian (22)
vault read/write, search,
frontmatter, daily notes, …"]