-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.mcp.json
More file actions
23 lines (23 loc) · 760 Bytes
/
.mcp.json
File metadata and controls
23 lines (23 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"mcpServers": {
"qwen-impl": {
"type": "stdio",
"command": "/Users/tdyar/ws/productivity-framework/tools/qwen-mcp/venv/bin/python",
"args": ["/Users/tdyar/ws/productivity-framework/tools/qwen-mcp/qwen_mcp_server.py"],
"env": {
"QWEN_BASE_URL": "${QWEN_BASE_URL}",
"QWEN_MODEL": "${QWEN_MODEL}",
"GEMINI_API_KEY": "${GEMINI_API_KEY}",
"GEMINI_MODEL": "${GEMINI_MODEL}"
}
},
"gemini-impl": {
"type": "stdio",
"command": "/Users/tdyar/ws/productivity-framework/tools/gemini-mcp/venv/bin/python",
"args": ["/Users/tdyar/ws/productivity-framework/tools/gemini-mcp/gemini_mcp_server.py"],
"env": {
"GEMINI_API_KEY": "${GEMINI_API_KEY}"
}
}
}
}