We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c872ecd commit 730d855Copy full SHA for 730d855
src/modules/mcp/services/mcp.ts
@@ -754,7 +754,7 @@ export const createMcpServer = (): McpServerWrapper => {
754
content: [
755
{
756
type: "text",
757
- text: "Hello World MCP App loaded!",
+ text: "If this client supports MCP Apps, an interactive UI should have rendered for the user.",
758
},
759
],
760
_meta: { [RESOURCE_URI_META_KEY]: HELLO_WORLD_APP_URI },
0 commit comments