diff --git a/integrations/mcp.mdx b/integrations/mcp.mdx index 9144d42..64f82d4 100644 --- a/integrations/mcp.mdx +++ b/integrations/mcp.mdx @@ -72,7 +72,7 @@ To use it in a conversation, click the **+** icon in the composer, select **More "command": "npx", "args": ["-y", "@supadata/mcp"], "env": { - "X_API_KEY": "your-api-key" + "SUPADATA_API_KEY": "your-api-key" } } }