From bdd793ca623422cd840e2dc4deac83d365c09d9e Mon Sep 17 00:00:00 2001 From: Amishmaqbool Date: Wed, 10 Sep 2025 00:59:43 +0500 Subject: [PATCH] VS Code tab added --- components/MCPSetupComponent.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 "
+  }
+}`}
                             
)}