Skip to content

Commit 2fedbf2

Browse files
committed
removed extra comma in vscode and windsurf json
1 parent c3f13b7 commit 2fedbf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)