MCP Inception
JSON →Delegate tasks to another MCP client, acting as an agent for your agent.
Tools · 3
- execute_mcp_client Ask a question to a separate LLM, ignore all the intermediate steps it takes when querying it's tools, and return the output.
- execute_parallel_mcp_client Takes a list of inputs and a main prompt, and executes the prompt in parallel for each string in the input.
- execute_map_reduce_mcp_client Process multiple items in parallel and then sequentially reduce the results to a single output.
Links
★ 29 GitHub stars