You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: support setting title and description for server
Add support for the `title` and `description` fields in the
`Implementation` type, allowing servers to provide human-readable
metadata during initialization.
Changes:
- Add `description` field to `types.Implementation`
- Add `server_title` and `server_description` to `InitializationOptions`
- Wire up title/description through `Server` constructor and session
- Add test for title and description passthrough
Github-Issue:#1783
0 commit comments