mirror of
https://github.com/usestrix/strix.git
synced 2026-08-22 19:09:37 +02:00
Add MCP docs and CLI polish: docs page, startup connect summary, --mcp-config flag, compact tool output
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user