MCPcopy Create free account

hub / github.com/CopilotKit/open-mcp-client / functions

Functions27 in github.com/CopilotKit/open-mcp-client

↓ 5 callersFunctionsetConfigs
(newConfigs: Record<string, ServerConfig>)
app/components/MCPConfigForm.tsx:68
↓ 3 callersFunctioncanonicalSpreadsheetData
( rows: RowLike[] | undefined )
app/utils/canonicalSpreadsheetData.ts:11
↓ 2 callersFunctionformatJSON
(obj: any)
app/components/ToolCallRenderer.tsx:25
↓ 1 callersFunctionchangesCommittedButtonPlaceholder
()
app/components/PreviewSpreadsheetChanges.tsx:31
↓ 1 callersFunctioncommitChangesButton
()
app/components/PreviewSpreadsheetChanges.tsx:17
↓ 1 callersFunctionremoveConfig
(name: string)
app/components/MCPConfigForm.tsx:146
↓ 1 callersFunctionuseLocalStorage
( key: string, initialValue: T )
app/hooks/useLocalStorage.ts:5
FunctionCopilotActionHandler
()
app/components/CopilotActionHandler.tsx:10
FunctionExampleConfigs
({ onSelectConfig }: ExampleConfigsProps)
app/components/ExampleConfigs.tsx:71
FunctionExternalLink
()
app/components/MCPConfigForm.tsx:31
FunctionHome
()
app/page.tsx:11
FunctionMCPConfigForm
({ showSpreadsheet, setShowSpreadsheet }: { showSpreadsheet: boolean, setShowSpreadsheet: (value: boolean) =>
app/components/MCPConfigForm.tsx:48
FunctionPOST
(req: NextRequest)
app/api/copilotkit/route.ts:38
FunctionPreviewSpreadsheetChanges
(props: PreviewSpreadsheetChanges)
app/components/PreviewSpreadsheetChanges.tsx:14
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
app/layout.tsx:22
FunctionSingleSpreadsheet
({ spreadsheet, setSpreadsheet }: MainAreaProps)
app/components/SingleSpreadsheet.tsx:17
FunctionSpreadsheetRenderer
()
app/components/SpreadsheetRenderer.tsx:5
FunctionToolCallRenderer
({ name, args, status, result, })
app/components/ToolCallRenderer.tsx:12
Functionadd
Add two numbers
agent/math_server.py:7
FunctionaddConfig
()
app/components/MCPConfigForm.tsx:118
Functionchat_node
This is a simplified agent that uses the ReAct agent as a subgraph. It handles both chat responses and tool execution in one node.
agent/sample_agent/agent.py:53
Functioncn
(...inputs: ClassValue[])
lib/utils.ts:4
FunctiongetInitialValue
()
app/hooks/useLocalStorage.ts:10
FunctionhandleExampleConfig
(exampleConfig: Record<string, ServerConfig>)
app/components/MCPConfigForm.tsx:98
Functionmultiply
Multiply two numbers
agent/math_server.py:12
FunctionsetValue
(value: T)
app/hooks/useLocalStorage.ts:58
FunctiontoggleExpand
()
app/components/ToolCallRenderer.tsx:20