Skip to content

Commit f07bdfb

Browse files
committed
docs: remove redundant resource-type bullets from download-file spec
Remove bullets that restate standard EmbeddedResource/ResourceLink behavior already defined in the MCP resource spec. Keep download-specific host behavior (confirmation dialog, filename derivation, security policy, path sanitization).
1 parent 3757271 commit f07bdfb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

specification/draft/apps.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,8 +1079,6 @@ The `contents` array uses standard MCP resource types (`EmbeddedResource` and `R
10791079
Host behavior:
10801080
* Host SHOULD show a confirmation dialog before initiating the download.
10811081
* For `EmbeddedResource`, host SHOULD derive the filename from the last segment of `resource.uri`.
1082-
* For `EmbeddedResource` with `blob`, host MUST decode the content from base64 before creating the file.
1083-
* For `ResourceLink`, host MAY fetch the resource on behalf of the app or open the URI directly.
10841082
* Host MAY reject the download based on security policy, file size limits, or user preferences.
10851083
* Host SHOULD sanitize filenames to prevent path traversal.
10861084

0 commit comments

Comments
 (0)