-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Feature requestNew feature requestNew feature request
Description
Description
When we connect to an MCP Server, the server responds with its name and title.
I'd like to have these available.
E.g. in
await self._client.initialize() |
with anyio.fail_after(self.timeout):
init_result = await self._client.initialize()
self.name = init_result.serverInfo.name
self.title = init_result.serverInfo.title
if log_level := self.log_level:
await self._client.set_logging_level(log_level)
References
https://modelcontextprotocol.io/specification/2025-03-26/basic/lifecycle
Metadata
Metadata
Assignees
Labels
Feature requestNew feature requestNew feature request