Skip to content

Commit c5fc927

Browse files
Update src/server/index.ts
Co-authored-by: Jonathan Hefner <[email protected]>
1 parent f2bbb77 commit c5fc927

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/server/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export interface McpUiAppToolConfig extends ToolConfig {
5050
* @example "ui://weather/widget.html"
5151
*/
5252
[RESOURCE_URI_META_KEY]?: string;
53+
[key: string]: unknown;
5354
};
5455
}
5556

@@ -59,6 +60,7 @@ export interface McpUiAppToolConfig extends ToolConfig {
5960
export interface McpUiAppResourceConfig extends ResourceMetadata {
6061
_meta: {
6162
ui: McpUiResourceMeta;
63+
[key: string]: unknown;
6264
};
6365
}
6466

0 commit comments

Comments
 (0)