MCP Inception MCP Server
Summary
A TypeScript-based server that allows calling other MCP clients from your own MCP client, facilitating task delegation and context window offloading for enhanced multi-agent interactions.
Available Actions(3)
execute_mcp_client
Ask a question to a separate LLM, ignoring all the intermediate steps it takes when querying its tools, and return the output. Takes 'question' as a required parameter.
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. Requires 'main prompt' and 'list of inputs'.
execute_map_reduce_mcp_client
Process multiple items in parallel and then sequentially reduce the results to a single output. Takes 'mapPrompt' with placeholders for individual item processing, 'reducePrompt' with placeholders for combining results, a list of 'items' to process, and an optional 'initialValue' for the accumulator.
Avis de la Communauté
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation