Skip to content

Commit b8a5945

Browse files
jclynekpavlov
authored andcommitted
Adds documentation updates for examples
1 parent c0249a5 commit b8a5945

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@ val server = Server(
111111
listChanged = true
112112
)
113113
)
114-
)
114+
),
115+
instructions = "This server provides example resources and demonstrates MCP capabilities."
115116
)
116117

117118
// Add a resource
@@ -156,7 +157,8 @@ fun Application.module() {
156157
prompts = ServerCapabilities.Prompts(listChanged = null),
157158
resources = ServerCapabilities.Resources(subscribe = null, listChanged = null)
158159
)
159-
)
160+
),
161+
instructions = "This SSE server provides prompts and resources via Server-Sent Events."
160162
)
161163
}
162164
}
@@ -184,7 +186,8 @@ fun Application.module() {
184186
prompts = ServerCapabilities.Prompts(listChanged = null),
185187
resources = ServerCapabilities.Resources(subscribe = null, listChanged = null)
186188
)
187-
)
189+
),
190+
instructions = "Connect via SSE to interact with this MCP server."
188191
)
189192
}
190193
}

0 commit comments

Comments
 (0)