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

Function _mcp

tests/unit/mcp/test_mcp_server.py:21–24  ·  view source on GitHub ↗
(app, method, params=None, request_id=1)

Source from the content-addressed store, hash-verified

19
20
21def _mcp(app, method, params=None, request_id=1):
22 with app.server.test_request_context():
23 _setup_mcp(app)
24 return _process_mcp_message(_msg(method, params, request_id))
25
26
27def _tools_list(app):

Callers 4

_tools_listFunction · 0.70
_call_toolFunction · 0.70
test_mcps001_initializeFunction · 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…