mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2025-12-19 23:04:25 +01:00
Add instructions field to InitializeResult
This commit is contained in:
@@ -285,6 +285,8 @@ class InitializeResult(Result):
|
||||
"""The version of the Model Context Protocol that the server wants to use."""
|
||||
capabilities: ServerCapabilities
|
||||
serverInfo: Implementation
|
||||
instructions: str | None = None
|
||||
"""Instructions describing how to use the server and its features."""
|
||||
|
||||
|
||||
class InitializedNotification(Notification):
|
||||
|
||||
Reference in New Issue
Block a user