MCPServers
M

MCP Inception MCP Server

19
0

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.

Last Updated: April 8, 2025

Avis de la Communauté

0.0
0 avis
5
0
4
0
3
0
2
0
1
0

Aucun avis encore. Soyez le premier à donner votre avis !

Connectez-vous pour rejoindre la conversation

Try it now in
HighlightHighlight AI

Langage

TypeScript

Catégories