feat: upgrade mise runtimes and mcphub configuration #254

Merged
joao.dubas merged 6 commits from jpd-feat-general-upgrade into main 2025-07-03 15:04:35 +00:00
Showing only changes of commit 628407f986 - Show all commits

View File

@ -7,23 +7,53 @@
"@upstash/context7-mcp@latest"
]
},
"fetch": {
"command": "uvx",
"args": [
"mcp-server-fetch"
]
},
"filesystem": {
"command": "pnpm",
"args": [
"dlx",
"@modelcontextprotocol/server-filesystem@latest",
"/opt/personal",
"/opt/work"
]
},
"git": {
"command": "uvx",
"args": [
"mcp-server-git"
]
},
"vectorcode": {
"command": "vectorcode-mcp-server",
"args": []
"memory": {
"command": "pnpm",
"args": [
"dlx",
"@modelcontextprotocol/server-memory@latest"
]
},
"serena": {
"command": "uvx",
"arg": [
"--from",
"git+https://github.com/oraios/serena",
"serena-mcp-server"
"serena-mcp-server",
"--transport",
"stdio",
"--enable-web-dashboard",
"False",
"--enable-gui-log-window",
"False",
"--tool-timeout",
"30"
]
},
"vectorcode": {
"command": "vectorcode-mcp-server",
"args": []
}
}
}