File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,19 @@ This approach enables a wide range of use cases:
4949- Making database records (like journal entries or tags) available as structured
5050 resources
5151
52- Really anything you would do with a GET request on a web server.
52+ <callout-success >
53+ Really, a resource is anything you would traditionally have done with a GET
54+ request on a web server.
55+ </callout-success >
56+
57+ Here are a couple other examples of URIs you might use for a resource:
58+
59+ ```
60+ datetime://Euroupe/London/now
61+ http://example.com/llms.txt
62+ jira://myworkspace/ticket/304
63+ amazon://product/1234567890
64+ ```
5365
5466MCP resources are designed to be application-driven: you decide what to expose,
5567and how. Clients can list available resources, read their contents, and
You can’t perform that action at this time.
0 commit comments