Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit 10de74c

Browse files
committed
docs(README): add missing JSON-RPC methods descriptions
1 parent 384c344 commit 10de74c

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -650,6 +650,21 @@ The bundle provides a robust system for handling JSON-RPC requests.
650650
- Validates and sanitizes arguments, then returns the generated prompt content
651651
- Returns an error if the prompt is not found or arguments are invalid
652652

653+
6. **`resources/list`**
654+
- Lists all available static resources and their definitions
655+
- Returns resource URIs, descriptions, and metadata
656+
- Useful for clients to discover available resources
657+
658+
7. **`resources/templates/list`**
659+
- Lists all available static and templated resources
660+
- Returns resource URIs, descriptions, and metadata
661+
- Useful for clients to discover available template resources
662+
663+
8. **`resources/read`**
664+
- Reads a specific resource by its URI
665+
- Automatically matches templated resources and extracts parameters
666+
- Returns the resource content or an error if the resource is not found
667+
653668
These methods are automatically registered and handled by the bundle. You don't need to implement them yourself.
654669

655670
### Custom Methods

0 commit comments

Comments
 (0)