From 9ec4d243808d01ab30465d87c084b12247925d77 Mon Sep 17 00:00:00 2001 From: Joaquim Verges Date: Sun, 27 Jul 2025 19:12:18 +1200 Subject: [PATCH] [Docs] Remove POST method from MCP server URL --- apps/portal/src/app/ai/mcp/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.