e41fa5ce53
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