Add instructions field to InitializeResult

This commit is contained in:
Salman Mohammed
2025-01-13 11:58:43 -05:00
parent 400dcda2eb
commit 135191403a
2 changed files with 4 additions and 0 deletions

View File

@@ -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):