Skip to content

Commit 968f09f

Browse files
committed
Added extra note on Custom URI schemes in resources section (as URI link at top is not obvious).
1 parent 029bb2b commit 968f09f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/specification/2025-03-26/server/resources.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,11 @@ otherwise have a standard MIME type.
324324

325325
Git version control integration.
326326

327+
### Custom URI Schemes
328+
329+
Custom URI schemes SHOULD be in accordance with [RFC3986](https://datatracker.ietf.org/doc/html/rfc3986),
330+
taking the above guidance in to account.
331+
327332
## Error Handling
328333

329334
Servers **SHOULD** return standard JSON-RPC errors for common failure cases:

docs/specification/draft/server/resources.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,11 @@ otherwise have a standard MIME type.
324324

325325
Git version control integration.
326326

327+
### Custom URI Schemes
328+
329+
Custom URI schemes SHOULD be in accordance with [RFC3986](https://datatracker.ietf.org/doc/html/rfc3986),
330+
taking the above guidance in to account.
331+
327332
## Error Handling
328333

329334
Servers **SHOULD** return standard JSON-RPC errors for common failure cases:

0 commit comments

Comments
 (0)