mirror of
https://github.com/coleam00/Archon.git
synced 2026-01-01 04:09:08 -05:00
Documentation improvements for MCP and README (#540)
This commit is contained in:
@@ -239,7 +239,7 @@ export const MCPPage = () => {
|
||||
mcpServers: {
|
||||
archon: {
|
||||
command: "npx",
|
||||
args: ["mcp-remote", mcpUrl]
|
||||
args: ["mcp-remote", mcpUrl, "--allow-http"]
|
||||
}
|
||||
}
|
||||
}, null, 2);
|
||||
@@ -556,6 +556,14 @@ export const MCPPage = () => {
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
{/* Note about universal MCP compatibility */}
|
||||
<div className="mb-4 p-3 bg-blue-50 dark:bg-blue-900/20 rounded-lg border border-blue-200 dark:border-blue-800">
|
||||
<p className="text-xs text-blue-700 dark:text-blue-300">
|
||||
<span className="font-semibold">Note:</span> Archon works with any application that supports MCP.
|
||||
Below are instructions for common tools, but these steps can be adapted for any MCP-compatible client.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
{/* IDE Selection Tabs */}
|
||||
<div className="mb-4">
|
||||
<div className="flex flex-wrap border-b border-gray-200 dark:border-zinc-700 mb-3">
|
||||
|
||||
Reference in New Issue
Block a user