Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/plotly/dash
/ _make_mcp_app
Function
_make_mcp_app
tests/unit/mcp/test_mcp_session.py:14–15 ·
view source on GitHub ↗
(**kwargs)
Source
from the content-addressed store, hash-verified
12
13
14
def
_make_mcp_app(**kwargs):
15
return
_make_app(enable_mcp=True, **kwargs)
16
17
18
def
_post(client, method, params=None, request_id=1, session_id=None):
Callers
8
test_mcpse001_initialize_returns_session_id
Function · 0.85
test_mcpse003_request_with_valid_session_succeeds
Function · 0.85
test_mcpse004_stale_session_recovers_transparently
Function · 0.85
test_mcpse005_stale_session_includes_list_changed_notifications
Function · 0.85
test_mcpse006_reinitialize_after_hot_reload_gets_new_session
Function · 0.85
test_mcpse007_no_session_required_before_first_initialize
Function · 0.85
test_mcpse008_production_mode_generates_stable_session
Function · 0.85
test_mcpse009_session_header_on_every_response
Function · 0.85
Calls
1
_make_app
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…