File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,8 @@ val server = Server(
111
111
listChanged = true
112
112
)
113
113
)
114
- )
114
+ ),
115
+ instructions = " This server provides example resources and demonstrates MCP capabilities."
115
116
)
116
117
117
118
// Add a resource
@@ -156,7 +157,8 @@ fun Application.module() {
156
157
prompts = ServerCapabilities .Prompts (listChanged = null ),
157
158
resources = ServerCapabilities .Resources (subscribe = null , listChanged = null )
158
159
)
159
- )
160
+ ),
161
+ instructions = " This SSE server provides prompts and resources via Server-Sent Events."
160
162
)
161
163
}
162
164
}
@@ -184,7 +186,8 @@ fun Application.module() {
184
186
prompts = ServerCapabilities .Prompts (listChanged = null ),
185
187
resources = ServerCapabilities .Resources (subscribe = null , listChanged = null )
186
188
)
187
- )
189
+ ),
190
+ instructions = " Connect via SSE to interact with this MCP server."
188
191
)
189
192
}
190
193
}
You can’t perform that action at this time.
0 commit comments