cline mcp wip
This commit is contained in:
31
AI/MCP/cline_mcp_settings.json
Normal file
31
AI/MCP/cline_mcp_settings.json
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
{
|
||||||
|
"mcpServers": {
|
||||||
|
|
||||||
|
"github.com/modelcontextprotocol/servers/tree/main/src/git": {
|
||||||
|
"command": "uvx",
|
||||||
|
"args": [
|
||||||
|
"mcp-server-git"
|
||||||
|
],
|
||||||
|
"disabled": false,
|
||||||
|
"autoApprove": []
|
||||||
|
},
|
||||||
|
"github.com/modelcontextprotocol/servers/tree/main/src/filesystem": {
|
||||||
|
"command": "npx",
|
||||||
|
"args": [
|
||||||
|
"-y",
|
||||||
|
"@modelcontextprotocol/server-filesystem",
|
||||||
|
"${workspaceFolder}"
|
||||||
|
],
|
||||||
|
"disabled": false,
|
||||||
|
"autoApprove": []
|
||||||
|
},
|
||||||
|
"github.com/zcaceres/fetch-mcp": {
|
||||||
|
"command": "npm",
|
||||||
|
"args": [
|
||||||
|
"start"
|
||||||
|
],
|
||||||
|
"disabled": false,
|
||||||
|
"autoApprove": []
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -19,6 +19,17 @@ pip install mcp-server-git
|
|||||||
python -m mcp_server_git
|
python -m mcp_server_git
|
||||||
|
|
||||||
|
|
||||||
|
export OLLAMA_DEBUG=1
|
||||||
|
export OLLAMA_GPU_LAYERS=-1
|
||||||
|
export OLLAMA_NUM_CTX=14096
|
||||||
|
|
||||||
|
export LANG=en_US.UTF-8
|
||||||
|
export LC_ALL=en_US.UTF-8
|
||||||
|
ollama serve
|
||||||
|
|
||||||
|
aider
|
||||||
|
|
||||||
|
aider --no-show-model-warnings --no-gitignore --model ollama_chat/gpt-oss:20b
|
||||||
|
|
||||||
|
|
||||||
continue config: C:\Users\popov\.continue\config.json
|
continue config: C:\Users\popov\.continue\config.json
|
Reference in New Issue
Block a user