Skip to content

Commit 42da63e

Browse files
authored
Update docs/specification/draft/server/resources.mdx
1 parent 66b6626 commit 42da63e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/specification/draft/server/resources.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ Resources can contain either text or binary data:
310310
Resources, resource templates and content blocks support optional annotations that provide hints to clients about how to use or display the resource:
311311

312312
- **`audience`**: An array indicating the intended audience(s) for this resource. Valid values are `"user"` and `"assistant"`. For example, `["user", "assistant"]` indicates content useful for both.
313-
- **`priority`**: A number from 0 to 1 indicating the importance of this resource. A value of 1 means "most important" (effectively required), while 0 means "least important" (entirely optional).
313+
- **`priority`**: A number from 0.0 to 1.0 indicating the importance of this resource. A value of 1 means "most important" (effectively required), while 0 means "least important" (entirely optional).
314314
- **`lastModified`**: An ISO 8601 formatted timestamp indicating when the resource was last modified (e.g., `"2025-01-12T15:00:58Z"`).
315315

316316
Example resource with annotations:

0 commit comments

Comments
 (0)