diff --git a/apps/web/src/app/dashboard/collections/[id]/page.tsx b/apps/web/src/app/dashboard/collections/[id]/page.tsx index e07de3a..244eaca 100644 --- a/apps/web/src/app/dashboard/collections/[id]/page.tsx +++ b/apps/web/src/app/dashboard/collections/[id]/page.tsx @@ -34,7 +34,9 @@ function McpUrlSection({ collectionId }: { collectionId: string }) { "command": "npx", "args": [ "mcp-remote", - "${httpUrl}" + "${httpUrl}", + "--header", + "Authorization: Bearer YOUR_TPMJS_API_KEY" ] } } @@ -139,6 +141,11 @@ function McpUrlSection({ collectionId }: { collectionId: string }) { Claude Desktop, Cursor, or any MCP client + . Requires your{' '} + + TPMJS API key + {' '} + for authentication.

);