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.
No reviews yet. Be the first to review!
Sign in to join the conversation
Ask a question to a separate LLM, ignoring all intermediate steps taken when querying its tools, and return the output. Takes question as a required parameter.
Takes a list of inputs and a main prompt, executing the prompt in parallel for each string in the input. Takes main prompt and a list of inputs.
Processes multiple items in parallel and then sequentially reduces the results to a single output. Takes mapPrompt, reducePrompt, list of items, and optional initialValue for the accumulator.