Skip to content

Commit 776dd95

Browse files
committed
Fix typo
1 parent bbb2877 commit 776dd95

File tree

1 file changed

+2
-2
lines changed
  • kotlin-sdk-server/src/commonMain/kotlin/io/modelcontextprotocol/kotlin/sdk/server

1 file changed

+2
-2
lines changed

kotlin-sdk-server/src/commonMain/kotlin/io/modelcontextprotocol/kotlin/sdk/server/Server.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ public class ServerOptions(public val capabilities: ServerCapabilities, enforceS
6565
*
6666
* In case the server supports feature list notification or resource substitution,
6767
* the server will automatically send notifications for all connected clients.
68-
* Currently, after subscription to a resource, the server will NOT send the subscription configuration
69-
* as this response shema is not defined in the protocol.
68+
* Currently, after subscription to a resource, the server will NOT send the subscription confirmation
69+
* as this response schema is not defined in the protocol.
7070
*
7171
* @param serverInfo Information about this server implementation (name, version).
7272
* @param options Configuration options for the server.

0 commit comments

Comments
 (0)