Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/modelcontextprotocol/python-sdk
/ make_server_app
Function
make_server_app
tests/shared/test_sse.py:107–108 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
105
106
107
def
make_server_app() -> Starlette:
108
return
make_app(Server(SERVER_NAME, on_read_resource=_handle_read_resource))
109
110
111
@pytest.mark.anyio
Callers
7
test_raw_sse_connection
Function · 0.85
test_sse_client_basic_connection
Function · 0.85
test_sse_client_on_session_created
Function · 0.85
test_sse_client_on_session_created_not_called_when_no_session_id
Function · 0.85
initialized_sse_client_session
Function · 0.85
test_sse_client_basic_connection_mounted_app
Function · 0.85
test_sse_session_cleanup_on_disconnect
Function · 0.85
Calls
2
Server
Class · 0.90
make_app
Function · 0.85
Tested by
no test coverage detected