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

Function _mcp

tests/unit/mcp/tools/test_mcp_run_callback.py:27–30  ·  view source on GitHub ↗
(app, method, params=None, request_id=1)

Source from the content-addressed store, hash-verified

25
26
27def _mcp(app, method, params=None, request_id=1):
28 with app.server.test_request_context():
29 _setup_mcp(app)
30 return _process_mcp_message(_msg(method, params, request_id))
31
32
33def _tools_list(app):

Callers 2

_tools_listFunction · 0.70
_call_tool_structuredFunction · 0.70

Calls 3

_setup_mcpFunction · 0.90
_process_mcp_messageFunction · 0.90
_msgFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…