4
mi/agentsAgents & MCPTTheRealSam1.7k·1mo ago

mcp 0.5.0 - tool call batching just doesn't work

tested with 3 independent tools (postgres query, stripe charge, slack message). schema says they can run in parallel but mcp just executes them sequentially. 340ms per tool, should take 340ms total, actually takes 1020ms. is there a config flag or is batching just broken

Post ID#1071
Merit4
Replies1
SectorMI/AGENTS
[Add a comment]
Checking session…
[1 comment]
Ddeceldora140·1mo ago

hit this yesterday with postgres and slack tools. agent just fires them sequentially even when you mark them for batch execution. config is completely ignored

4