Spaces:
Sleeping
Sleeping
tweak tagline
Browse files
components/mcp-server-manager.tsx
CHANGED
|
@@ -739,7 +739,7 @@ export const MCPServerManager = ({
|
|
| 739 |
<Globe className={`h-5 w-5 shrink-0 ${newServer.type === 'sse' ? 'text-primary' : ''}`} />
|
| 740 |
<div>
|
| 741 |
<p className="font-medium">HTTP / SSE</p>
|
| 742 |
-
<p className="text-xs text-muted-foreground">Server
|
| 743 |
</div>
|
| 744 |
</button>
|
| 745 |
|
|
|
|
| 739 |
<Globe className={`h-5 w-5 shrink-0 ${newServer.type === 'sse' ? 'text-primary' : ''}`} />
|
| 740 |
<div>
|
| 741 |
<p className="font-medium">HTTP / SSE</p>
|
| 742 |
+
<p className="text-xs text-muted-foreground">Remote Server</p>
|
| 743 |
</div>
|
| 744 |
</button>
|
| 745 |
|