Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CopilotKit/open-mcp-client
/ functions
Functions
27 in github.com/CopilotKit/open-mcp-client
⨍
Functions
27
◇
Types & classes
13
↓ 5 callers
Function
setConfigs
(newConfigs: Record<string, ServerConfig>)
app/components/MCPConfigForm.tsx:68
↓ 3 callers
Function
canonicalSpreadsheetData
( rows: RowLike[] | undefined )
app/utils/canonicalSpreadsheetData.ts:11
↓ 2 callers
Function
formatJSON
(obj: any)
app/components/ToolCallRenderer.tsx:25
↓ 1 callers
Function
changesCommittedButtonPlaceholder
()
app/components/PreviewSpreadsheetChanges.tsx:31
↓ 1 callers
Function
commitChangesButton
()
app/components/PreviewSpreadsheetChanges.tsx:17
↓ 1 callers
Function
removeConfig
(name: string)
app/components/MCPConfigForm.tsx:146
↓ 1 callers
Function
useLocalStorage
( key: string, initialValue: T )
app/hooks/useLocalStorage.ts:5
Function
CopilotActionHandler
()
app/components/CopilotActionHandler.tsx:10
Function
ExampleConfigs
({ onSelectConfig }: ExampleConfigsProps)
app/components/ExampleConfigs.tsx:71
Function
ExternalLink
()
app/components/MCPConfigForm.tsx:31
Function
Home
()
app/page.tsx:11
Function
MCPConfigForm
({ showSpreadsheet, setShowSpreadsheet }: { showSpreadsheet: boolean, setShowSpreadsheet: (value: boolean) =>
app/components/MCPConfigForm.tsx:48
Function
POST
(req: NextRequest)
app/api/copilotkit/route.ts:38
Function
PreviewSpreadsheetChanges
(props: PreviewSpreadsheetChanges)
app/components/PreviewSpreadsheetChanges.tsx:14
Function
RootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
app/layout.tsx:22
Function
SingleSpreadsheet
({ spreadsheet, setSpreadsheet }: MainAreaProps)
app/components/SingleSpreadsheet.tsx:17
Function
SpreadsheetRenderer
()
app/components/SpreadsheetRenderer.tsx:5
Function
ToolCallRenderer
({ name, args, status, result, })
app/components/ToolCallRenderer.tsx:12
Function
add
Add two numbers
agent/math_server.py:7
Function
addConfig
()
app/components/MCPConfigForm.tsx:118
Function
chat_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
Function
cn
(...inputs: ClassValue[])
lib/utils.ts:4
Function
getInitialValue
()
app/hooks/useLocalStorage.ts:10
Function
handleExampleConfig
(exampleConfig: Record<string, ServerConfig>)
app/components/MCPConfigForm.tsx:98
Function
multiply
Multiply two numbers
agent/math_server.py:12
Function
setValue
(value: T)
app/hooks/useLocalStorage.ts:58
Function
toggleExpand
()
app/components/ToolCallRenderer.tsx:20