MCPcopy 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_requirementFunction · 0.80
versionFunction · 0.80

Calls

no outgoing calls