Add listChanged capability for tools, prompts, and resources in servers/index.ts

This commit is contained in:
cliffhall
2025-12-15 14:39:20 -05:00
parent cdbcdc551a
commit e0f1c42159

View File

@@ -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,
}