MCP-CLI is an experimental approach to MCP tool calling that dramatically reduces token consumption in Claude Code
github.com·3h·
Discuss: r/ClaudeAI
🧠AI
Preview
Report Post

Summary

Claude Code loads all tool definitions upfront at session start, which consumes significant context tokens - especially for users with multiple MCP servers, plugins, and agents configured. Anthropic has released beta features specifically designed to address this: Tool Search Tool and Programmatic Tool Calling.

These are documented at: https://www.anthropic.com/engineering/advanced-tool-use

Feature Request

Add support for the following API betas in Claude Code:

1. Tool Search Tool (tool-search-2025-04-15)

Allow tools to be marked with defer_loading: true so they remain discoverable without consuming context tokens at session start. Claude would discover relevant tools on-demand via a sear…

Similar Posts

Loading similar posts...