misc, GW SP 2
This commit is contained in:
@@ -1,28 +1,29 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
|
||||
"github.com/modelcontextprotocol/servers/tree/main/src/git": {
|
||||
"command": "uvx",
|
||||
"args": [
|
||||
"mcp-server-git"
|
||||
],
|
||||
"args": ["mcp-server-git"],
|
||||
"disabled": false,
|
||||
"autoApprove": []
|
||||
},
|
||||
|
||||
"github.com/modelcontextprotocol/servers/tree/main/src/filesystem": {
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"-y",
|
||||
"@modelcontextprotocol/server-filesystem",
|
||||
"${workspaceFolder}"
|
||||
"@modelcontextprotocol/server-filesystem@0.5.1",
|
||||
"C:\\Users\\popov\\Documents",
|
||||
"D:\\DEV\\workspace"
|
||||
],
|
||||
"disabled": false,
|
||||
"autoApprove": []
|
||||
},
|
||||
|
||||
"github.com/zcaceres/fetch-mcp": {
|
||||
"command": "npm",
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"start"
|
||||
"-y",
|
||||
"@modelcontextprotocol/server-fetch"
|
||||
],
|
||||
"disabled": false,
|
||||
"autoApprove": []
|
||||
|
@@ -31,5 +31,11 @@ aider
|
||||
|
||||
aider --no-show-model-warnings --no-gitignore --model ollama_chat/gpt-oss:20b
|
||||
|
||||
export GROQ_API_KEY=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
|
||||
setx GROQ_API_KEY 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
|
||||
aider --no-show-model-warnings --no-gitignore --list-models groq/
|
||||
|
||||
aider --no-show-model-warnings --no-gitignore --model groq/openai/gpt-oss-120b
|
||||
|
||||
|
||||
continue config: C:\Users\popov\.continue\config.json
|
Reference in New Issue
Block a user