fix: add API key docs to collection MCP URLs section
This commit is contained in:
parent
bf97513a59
commit
390194265b
1 changed files with 8 additions and 1 deletions
|
|
@ -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 }) {
|
|||
<Link href="/docs/tutorials/mcp" className="text-primary hover:underline">
|
||||
Claude Desktop, Cursor, or any MCP client
|
||||
</Link>
|
||||
. Requires your{' '}
|
||||
<Link href="/dashboard/settings" className="text-primary hover:underline">
|
||||
TPMJS API key
|
||||
</Link>{' '}
|
||||
for authentication.
|
||||
</p>
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue