Skip to content

Commit f0a0a16

Browse files
committed
meh
1 parent e16e2cc commit f0a0a16

File tree

1 file changed

+1
-2
lines changed
  • exercises/05.changes/02.problem.resources-list-changed/src

1 file changed

+1
-2
lines changed

exercises/05.changes/02.problem.resources-list-changed/src/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ export class EpicMeMCP {
1616
{
1717
capabilities: {
1818
tools: { listChanged: true },
19-
// 🐨 add the `listChanged` capability to the `resources` capability
20-
resources: {},
19+
resources: { listChanged: true },
2120
completions: {},
2221
logging: {},
2322
prompts: { listChanged: true },

0 commit comments

Comments
 (0)