mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-02-19 11:54:58 -05:00
Add listChanged capability for tools, prompts, and resources in servers/index.ts
This commit is contained in:
@@ -44,12 +44,17 @@ export const createServer: () => ServerFactoryResponse = () => {
|
||||
},
|
||||
{
|
||||
capabilities: {
|
||||
tools: {},
|
||||
logging: {},
|
||||
prompts: {},
|
||||
tools: {
|
||||
listChanged: true,
|
||||
},
|
||||
prompts: {
|
||||
listChanged: true,
|
||||
},
|
||||
resources: {
|
||||
subscribe: true,
|
||||
listChanged: true,
|
||||
},
|
||||
logging: {},
|
||||
},
|
||||
instructions,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user