So I extended my MCP server with a tool to execute arbitrary Python code, and now that's pretty much the only tool the host agent is using π
Instead of reusing the other tools, the agent prefers to write the whole logic from scratch and then pass to the MCP to execute it. It worked fine, but it's using too many tokens.
Code and context limitations are in the process of being imposed.