Add MCP docs and CLI polish: docs page, startup connect summary, --mcp-config flag, compact tool output

This commit is contained in:
Jonathan Singer
2026-08-20 15:39:50 -04:00
parent 209584e7fd
commit 8fb83f52b1
13 changed files with 286 additions and 137 deletions
+3 -3
View File
@@ -333,11 +333,11 @@ Strix can connect to Model Context Protocol (MCP) servers you list and expose th
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/path/to/project"]
},
{
"name": "vercel",
"name": "github",
"transport": "http",
"url": "https://mcp.vercel.com",
"url": "https://api.githubcopilot.com/mcp/",
"auth": { "kind": "bearer", "token": "your-token" },
"allowed_tools": ["list_projects"]
"allowed_tools": ["list_issues"]
}
]
```