We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16e2cc commit f0a0a16Copy full SHA for f0a0a16
exercises/05.changes/02.problem.resources-list-changed/src/index.ts
@@ -16,8 +16,7 @@ export class EpicMeMCP {
16
{
17
capabilities: {
18
tools: { listChanged: true },
19
- // 🐨 add the `listChanged` capability to the `resources` capability
20
- resources: {},
+ resources: { listChanged: true },
21
completions: {},
22
logging: {},
23
prompts: { listChanged: true },
0 commit comments