MCPcopy
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
107def make_server_app() -> Starlette:
108 return make_app(Server(SERVER_NAME, on_read_resource=_handle_read_resource))
109
110
111@pytest.mark.anyio

Calls 2

ServerClass · 0.90
make_appFunction · 0.85

Tested by

no test coverage detected