Skip to content

Commit feede57

Browse files
docs: clean up Resources section to remove repetition (modelcontextprotocol#1713)
* docs: clean up Resources section to remove repetition * docs: clean up wording Co-authored-by: Jonathan Hefner <[email protected]> --------- Co-authored-by: Jonathan Hefner <[email protected]>
1 parent a2862fd commit feede57

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/docs/learn/server-concepts.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ Resources provide structured access to information that the AI application can r
9999

100100
Resources expose data from files, APIs, databases, or any other source that an AI needs to understand context. Applications can access this information directly and decide how to use it - whether that's selecting relevant portions, searching with embeddings, or passing it all to the model.
101101

102-
Each resource has a unique URI (like `file:///path/to/document.md`) and declares its MIME type for appropriate content handling. They declare MIME types for appropriate content handling and support two discovery patterns:
102+
Each resource has a unique URI (e.g., `file:///path/to/document.md`) and declares its MIME type for appropriate content handling.
103+
104+
Resources support two discovery patterns:
103105

104106
- **Direct Resources** - fixed URIs that point to specific data. Example: `calendar://events/2024` - returns calendar availability for 2024
105107
- **Resource Templates** - dynamic URIs with parameters for flexible queries. Example:

0 commit comments

Comments
 (0)