diff --git a/components/MCPSetupComponent.tsx b/components/MCPSetupComponent.tsx index 605fcc1..344e3f4 100644 --- a/components/MCPSetupComponent.tsx +++ b/components/MCPSetupComponent.tsx @@ -172,10 +172,12 @@ export const MCPSetupComponent = () => {
{`"nexlayer-mcp": {
- ..."headers": {
- "Authorization": "Bearer "
- }
- }`}
+ "url": "https://mcp.nexlayer.ai/api/mcp",
+ "type": "http",
+ "headers": {
+ "Authorization": "Bearer "
+ }
+}`}