Skip to content

Commit 3fe9cde

Browse files
Fix resource list change notification name format
Corrected `resources/notifications/list_changed` to `notifications/resources/list_changed` on line 208 to follow standard MCP notification naming pattern (`notifications/{category}/{event}`). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 9c80066 commit 3fe9cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/draft/apps.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Example:
219219
- Resource MUST exist on the server
220220
- Host MUST use `resources/read` to fetch the referenced resource URI.
221221
- Host MAY prefetch and cache UI resource content for performance optimization
222-
- Since UI resources are primarily discovered through tool metadata, Servers MAY omit UI-only resources from `resources/list` and `resources/notifications/list_changed`
222+
- Since UI resources are primarily discovered through tool metadata, Servers MAY omit UI-only resources from `resources/list` and `notifications/resources/list_changed`
223223

224224
#### Benefits:
225225

0 commit comments

Comments
 (0)