Skip to content

Commit b330738

Browse files
[Docs] Remove POST method from MCP server URL (#7727)
1 parent 8ddf378 commit b330738

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
@@ -9,7 +9,7 @@ You can use the thirdweb MCP server to interact with the thirdweb API from your
99
You can access the MCP server at the following url, with your project secret key.
1010

1111
```http
12-
POST https://api.thirdweb.com/mcp?secretKey=<your-project-secret-key>
12+
https://api.thirdweb.com/mcp?secretKey=<your-project-secret-key>
1313
```
1414

1515
Make sure to keep your secret key safe and never share it with anyone.

0 commit comments

Comments
 (0)