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

Function _msg

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

Source from the content-addressed store, hash-verified

19
20
21def _msg(method, params=None, request_id=1):
22 d = {"jsonrpc": "2.0", "method": method, "id": request_id}
23 d["params"] = params if params is not None else {}
24 return d
25
26
27def _mcp(app, method, params=None, request_id=1):

Callers 1

_mcpFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…