diff --git a/.cursor/settings.json b/.cursor/settings.json new file mode 100644 index 000000000..ab4c98c2a --- /dev/null +++ b/.cursor/settings.json @@ -0,0 +1,3 @@ +{ + "biome.configurationPath": "src/frontend/biome.json" +} \ No newline at end of file diff --git a/src/frontend/src/modals/authModal/index.tsx b/src/frontend/src/modals/authModal/index.tsx index 45ce08a46..4b894d5dc 100644 --- a/src/frontend/src/modals/authModal/index.tsx +++ b/src/frontend/src/modals/authModal/index.tsx @@ -121,14 +121,26 @@ const AuthModal = ({ open, setOpen, authSettings, onSave }: AuthModalProps) => { }; return ( - - -
Authentication
-
- -
+ + +
+ + Configure MCP Server Authentication +
+
{/* Left column - Radio buttons */} -
+
+ + Auth type + {AUTH_METHODS_ARRAY.map((option) => (
@@ -153,11 +165,12 @@ const AuthModal = ({ open, setOpen, authSettings, onSave }: AuthModalProps) => { ))}
- {authType !== "none" && } - +
+ {authType !== "none" && } +
{/* Right column - Input fields */} {authType !== "none" && ( -
+
{authType === "apikey" && (