top | item 45590871

(no title)

bazhand | 4 months ago

I like this approach, and it's very similar to what I'm currently using - albeit my use case is to get Claude to automatically invoke the relevant subagents during both planning and build stages.

Subagents using MCP would solve quite a lot of the context preparation required for a successful session. I'm using GLM-4.6 vision/web search MCP in claude code to relative success as the subagents can access these via API (not true MCP behaviour but close enough)

discuss

order

houseworth|4 months ago

This is really cool. Really interested in your MCP workaround - I have three future agents blocked by Issue #7296. Would you be willing to share more details about your GLM-4.6 setup? Specifically how you're doing "API (not true MCP behaviour)" to get sub-agents accessing those tools? house-mcp would be super useful for me