diff --git a/src/lib/components/mcp/AddServerForm.svelte b/src/lib/components/mcp/AddServerForm.svelte index 96a389b5202..fddfe07213c 100644 --- a/src/lib/components/mcp/AddServerForm.svelte +++ b/src/lib/components/mcp/AddServerForm.svelte @@ -1,18 +1,31 @@ @@ -128,11 +271,64 @@ placeholder="https://example.com/mcp" class="mt-1.5 w-full rounded-lg border border-gray-300 bg-white px-3 py-2 text-sm dark:border-gray-600 dark:bg-gray-700 dark:text-white" /> - + + {#if isCheckingOAuth} +
Authenticated
++ OAuth authentication completed successfully. You can now add this server. +
+Authentication Required
++ This server requires OAuth authentication to access its tools. +
+ {#if oauthError} ++ {oauthError} +
+ {/if} + +