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

Function _handle_post

dash/mcp/_server.py:117–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115 return resp
116
117 def _handle_post() -> Any:
118 adapter = app.backend.request_adapter()
119 return _handle_mcp_request(adapter.get_json())
120
121 async def _handle_post_async() -> Any:
122 adapter = app.backend.request_adapter()

Callers

nothing calls this directly

Calls 2

_handle_mcp_requestFunction · 0.85
get_jsonMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…