同样的配置在JetBrains插件是可以工作的.
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-postgres",
"postgresql://postgres@localhost:5432/postgres"
]
}
}
}
同样的配置在JetBrains插件是可以工作的.
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-postgres",
"postgresql://postgres@localhost:5432/postgres"
]
}
}
}
感谢反馈,请问您当前的Qoder CLI什么版本,我们本地复现下 ![]()
cli是最新的0.1.16版本___________________________