diff --git a/apps/portal/src/app/ai/mcp/page.mdx b/apps/portal/src/app/ai/mcp/page.mdx index 311195d42dc..598929c59ec 100644 --- a/apps/portal/src/app/ai/mcp/page.mdx +++ b/apps/portal/src/app/ai/mcp/page.mdx @@ -9,7 +9,7 @@ You can use the thirdweb MCP server to interact with the thirdweb API from your You can access the MCP server at the following url, with your project secret key. ```http -POST https://api.thirdweb.com/mcp?secretKey= +https://api.thirdweb.com/mcp?secretKey= ``` Make sure to keep your secret key safe and never share it with anyone.