feat(profiles): auto-enable deferred MCP loading for Claude Code (#1525)

This commit is contained in:
Ralph Khreish
2025-12-16 23:12:24 +01:00
committed by GitHub
parent e7b9f82f21
commit 1c2228dbb6
7 changed files with 851 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
---
"task-master-ai": minor
---
Add tool search tool for Claude Code MCP server and enable deferred MCP loading
- Added new tool search tool capabilities for the Taskmaster MCP in Claude Code
- Running `task-master rules add claude` now automatically configures your shell (`~/.zshrc`, `~/.bashrc`, or PowerShell profile) with `ENABLE_EXPERIMENTAL_MCP_CLI=true` to enable deferred MCP loading
- **Context savings**: Deferred loading saves ~16% of Claude Code's 200k context window (~33k tokens for Task Master alone). Savings apply to all MCP servers, so total savings may be higher depending on your setup.