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
Copy file name to clipboardExpand all lines: docs/developer_guide/PROGRESSIVE_DISCLOSURE.md
+17-7Lines changed: 17 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,23 @@
2
2
3
3
## Overview
4
4
5
-
Progressive disclosure is an optimization technique for MCP servers with a large number of tools (100+). Instead of listing all tools in the `tools/list` response (which consumes significant context window space), tools are dynamically discovered and executed through a catalog system.
6
-
7
-
## Context Window Savings
8
-
9
-
-**Static Mode** (traditional): All 100+ tools listed → ~50,000 tokens
-**Savings**: 99% reduction in initial context window usage
5
+
We enable progressive disclosure of MCP tools and other assets (to be implemented) to optimize the context window usage.
6
+
7
+
This is particularly relevant considering the large number of tools that this server offers by default, and the pace at which new custom tools are created after deployment.
8
+
9
+
Instead of listing all tools in the `tools/list` response (which consumes significant context window space), tools are dynamically discovered and executed through a catalog system.
0 commit comments