MCPcopy Index your code
hub / github.com/plotly/dash / _call_tool

Function _call_tool

tests/unit/mcp/test_mcp_server.py:31–34  ·  view source on GitHub ↗
(app, tool_name, arguments=None, request_id=1)

Source from the content-addressed store, hash-verified

29
30
31def _call_tool(app, tool_name, arguments=None, request_id=1):
32 return _mcp(
33 app, "tools/call", {"name": tool_name, "arguments": arguments or {}}, request_id
34 )
35
36
37def _call_tool_output(

Calls 1

_mcpFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…