MCPcopy Create free account
hub / github.com/FlowiseAI/Flowise / refreshCustomMcp

Function refreshCustomMcp

packages/ui/src/views/tools/index.jsx:83–89  ·  view source on GitHub ↗
(page, limit)

Source from the content-addressed store, hash-verified

81 }
82
83 const refreshCustomMcp = (page, limit) => {
84 const params = {
85 page: page || mcpCurrentPage,
86 limit: limit || mcpPageLimit
87 }
88 getAllCustomMcpServersApi.request(params)
89 }
90
91 const handleChange = (event, nextView) => {
92 if (nextView === null) return

Callers 5

onCustomMcpPageChangeFunction · 0.85
onAuthorizeFunction · 0.85
onCustomMcpConfirmFunction · 0.85
onCustomMcpCreatedFunction · 0.85
ToolsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected