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
-`tools/list` - List available meta-tools (hierarchical router: 2 tools only)
101
+
-`tools/list` - List available meta-tools (hierarchical router: 4 meta-tools)
102
102
-`tools/call` - Execute meta-tools or route to actual MCP servers
103
-
-`resources/list` - List available resources (returns empty array)
104
-
-`resources/templates/list` - List resource templates (returns empty array)
103
+
-`resources/list` - List available resources from all connected MCP servers
104
+
-`resources/templates/list` - List resource templates from all connected MCP servers
105
+
-`resources/read` - Read resource content (proxied on-demand to origin server)
105
106
-`prompts/list` - List available prompts (returns empty array)
106
107
107
108
<Info>
108
-
**Hierarchical Router**: The satellite exposes only 2 meta-tools to MCP clients (`discover_mcp_tools`and `execute_mcp_tool`) instead of all available tools. This solves the MCP context window consumption problem by reducing token usage by 95%+. See [Hierarchical Router Implementation](/development/satellite/hierarchical-router) for details.
109
+
**Hierarchical Router**: The satellite exposes only 4 meta-tools to MCP clients (`discover_mcp_tools`, `execute_mcp_tool`, `list_mcp_resources`, and `read_mcp_resource`) instead of all available tools and resources. This solves the MCP context window consumption problem by reducing token usage by 95%+. Resources and `_meta` metadata are also proxied through the hierarchical router for MCP Apps support. See [Hierarchical Router Implementation](/development/satellite/hierarchical-router) for details.
109
110
</Info>
110
111
111
112
For detailed information about internal tool discovery and caching, see [Tool Discovery Implementation](/development/satellite/tool-discovery).
0 commit comments