Skip to content

Commit 6f6ad3e

Browse files
authored
Update README.md
1 parent 3498856 commit 6f6ad3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ Example MCP configuration:
214214
215215
## Dynamic Tools
216216

217-
XcodeBuildMCP supports dynamic tool loading to optimize context window usage in AI assistants. This feature is particularly useful for managing the extensive toolset (80+ tools) that XcodeBuildMCP provides.
217+
XcodeBuildMCP supports dynamic tool loading to optimize context window usage in AI assistants. This feature is particularly useful for managing the extensive toolset that XcodeBuildMCP provides.
218218

219219
### What is Dynamic Tools?
220220

@@ -223,7 +223,7 @@ By default, XcodeBuildMCP loads all available tools at startup (Static Mode), wh
223223
1. **Starting minimal**: Only essential tools like `discover_tools` and `discover_projs` are available initially
224224
2. **AI-powered discovery**: When an AI agent identifies XcodeBuildMCP can help with development tasks, it automatically uses the `discover_tools` tool
225225
3. **Intelligent loading**: The server uses an LLM call to identify the most relevant workflow group and dynamically loads only those tools
226-
4. **Context efficiency**: Reduces the initial context footprint from 80+ tools to just 2 discovery tools while maintaining full functionality
226+
4. **Context efficiency**: Reduces the initial context footprint from the entire list of tools to just 2 discovery tools while maintaining full functionality
227227

228228
### How to Enable Dynamic Tools
229229

0 commit comments

Comments
 (0)