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(
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 }
You can’t perform that action at this time.
0 commit comments