MCPcopy
hub / github.com/CopilotKit/CopilotKit / execute

Method execute

packages/runtime/src/lib/runtime/mcp-tools-utils.ts:17–17  ·  view source on GitHub ↗

The function to call to execute the tool on the MCP server.

(params: any)

Source from the content-addressed store, hash-verified

15 };
16 /** The function to call to execute the tool on the MCP server. */
17 execute(params: any): Promise<any>;
18}
19
20/**

Callers 14

processQueueMethod · 0.65
handlerFunction · 0.65
processQueueMethod · 0.65
execute_actionMethod · 0.65
execute_agentMethod · 0.65
interceptMethod · 0.65
reset-memory.pyFile · 0.65
resetFunction · 0.65
runArcadeToolFunction · 0.65
get_sheet_namesFunction · 0.65
get_sheet_dataFunction · 0.65

Implementers 11

Agentsdk-python/copilotkit/agent.py
Actionsdk-python/copilotkit/action.py
CrewAIAgentsdk-python/copilotkit/crewai/crewai_ag
UIGeneratorExecutorexamples/showcases/generative-ui-playg
WeatherAgentExecutorexamples/showcases/a2a-travel/agents/w
RestaurantAgentExecutorexamples/showcases/a2a-travel/agents/r
ItineraryAgentExecutorexamples/showcases/a2a-travel/agents/i
BudgetAgentExecutorexamples/showcases/a2a-travel/agents/b
RestaurantAgentExecutorexamples/integrations/a2a-a2ui/agent/a
AnalysisAgentExecutorexamples/integrations/a2a-middleware/a
ResearchAgentExecutorexamples/integrations/a2a-middleware/a

Calls

no outgoing calls

Tested by

no test coverage detected