Skip to content(if available)orjump to list(if available)

Meta MCP: Chaining Tools via Prompt-Driven Arguments

dep_b

I noticed that Claude completely changes its character when it starts using MCP. Can’t have a conversation, instructions in my memory are ignored including code styles.

And it just doesn’t know how to stop. When I tell it to run tests, it will continue running and fixing them until they pass. Which is what you want often, but it can also uncontrollably spiral into its own hallucinations.

https://github.com/ezyang/codemcp Is really nice because it’s a lot cheaper, but this kind of stuff and the lack of caching is pushing me towards multiple chained agents calling the API directly.

Gajika981

> towards multiple chained agents calling the API directly.

Do you mind sharing how do you handle the chaining?

null

[deleted]