Documentation improvements for MCP and README (#540)

This commit is contained in:
Cole Medin
2025-08-30 15:54:51 -06:00
committed by GitHub
parent 763e5b8244
commit 69ec47b52a
2 changed files with 85 additions and 55 deletions

View File

@@ -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">