Skip to content

Commit 0248426

Browse files
committed
code rabbit fixes
1 parent bd85eb8 commit 0248426

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/portal/src/app/ai/mcp/page.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Add the following to your `~/.codeium/windsurf/mcp_config.json` file:
6565
{
6666
"mcpServers": {
6767
"thirdweb-api": {
68-
"url": "https://api.thirdweb.com/mcp?secretKey=YOUR_SECRET_KEY_HERE",
68+
"url": "https://api.thirdweb.com/mcp?secretKey=YOUR_SECRET_KEY_HERE"
6969
}
7070
}
7171
}
@@ -80,7 +80,7 @@ Add the following to your `~/.codeium/windsurf/mcp_config.json` file:
8080
className="flex items-center gap-3 bg-card mb-4 justify-start w-fit shadow-md hover:shadow-lg transition-shadow border-2"
8181
variant="outline"
8282
>
83-
<Link href="https://vscode.dev/redirect/mcp/install?name=thirdweb-api&config=%7B%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Fapi.thirdweb.com%2Fmcp%22%7D" className="flex items-center gap-3">
83+
<Link href="https://vscode.dev/redirect/mcp/install?name=thirdweb-api&config=%7B%22type%22%3A%22http%22%2C%22url%22%3A%22https%3A%2F%2Fapi.thirdweb.com%2Fmcp%22%2C%22secret%22%3A%22YOUR_SECRET%22%7D" className="flex items-center gap-3" target="_blank" rel="noopener noreferrer">
8484
<ArrowDownIcon className="size-4 flex-shrink-0" />
8585
<span>Install into VS Code</span>
8686
</Link>
@@ -92,7 +92,7 @@ Add the following to your VS Code `.vscode/mcp.json` file (replace `YOUR_SECRET_
9292
{
9393
"mcp.servers": {
9494
"thirdweb-api": {
95-
"url": "https://api.thirdweb.com/mcp?secretKey=YOUR_SECRET_KEY_HERE
95+
"url": "https://api.thirdweb.com/mcp?secretKey=YOUR_SECRET_KEY_HERE"
9696
}
9797
}
9898
}

0 commit comments

Comments
 (0)