Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/modelcontextprotocol/python-sdk
/ version
Method
version
src/mcp/server/mcpserver/server.py:235–236 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
233
234
@property
235
def
version(self) -> str | None:
236
return
self._lowlevel_server.version
237
238
@property
239
def
session_manager(self) -> StreamableHTTPSessionManager:
Callers
3
mcp_requirement
Function · 0.80
version
Function · 0.80
test_server_info_version_falls_back_to_package
Function · 0.80
Calls
no outgoing calls
Tested by
1
test_server_info_version_falls_back_to_package
Function · 0.64