Skip to content

Commit 7592702

Browse files
committed
fix: style
1 parent abd7a83 commit 7592702

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

specification/draft/apps.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,15 @@ As an extension, MCP Apps is optional and must be explicitly negotiated between
5151

5252
UI resources are declared using the standard MCP resource pattern with specific conventions:
5353

54-
```
54+
```typescript
5555
interface UIResource {
5656
uri: string; // MUST start with 'ui://'
5757
name: string; // Human-readable identifier
5858
description?: string; // Description of the UI resource
5959
mimeType: string; // SHOULD be 'text/vnd.mcp.ui+html' in MVP
6060
_meta?: UIResourceMeta // Resource Metadata
6161
}
62-
```
63-
```
62+
6463
interface UiResourceMeta {
6564
csp?: {
6665
connectDomains?: string[],

0 commit comments

Comments
 (0)