Skip to content

Commit 730d855

Browse files
Update MCP Apps tool result message for clarity
1 parent c872ecd commit 730d855

File tree

1 file changed

+1
-1
lines changed
  • src/modules/mcp/services

1 file changed

+1
-1
lines changed

src/modules/mcp/services/mcp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ export const createMcpServer = (): McpServerWrapper => {
754754
content: [
755755
{
756756
type: "text",
757-
text: "Hello World MCP App loaded!",
757+
text: "If this client supports MCP Apps, an interactive UI should have rendered for the user.",
758758
},
759759
],
760760
_meta: { [RESOURCE_URI_META_KEY]: HELLO_WORLD_APP_URI },

0 commit comments

Comments
 (0)