átlagos kiegészítséek jó sok
This commit is contained in:
50
.roo/mcp.json
Executable file → Normal file
50
.roo/mcp.json
Executable file → Normal file
@@ -1,20 +1,34 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"postgres-wiki": {
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"-y",
|
||||
"@modelcontextprotocol/server-postgres",
|
||||
"postgresql://wikijs:${WIKIJS_DB_PASSWORD}@wikijs-db:5432/wiki"
|
||||
]
|
||||
},
|
||||
"postgres-service-finder": {
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"-y",
|
||||
"@modelcontextprotocol/server-postgres",
|
||||
"postgresql://sf_user:${SF_DB_PASSWORD}@service-finder-db:5432/service_finder_db"
|
||||
]
|
||||
}
|
||||
}
|
||||
"mcpServers": {
|
||||
"postgres-wiki": {
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"-y",
|
||||
"@modelcontextprotocol/server-postgres",
|
||||
"postgresql://wikijs:${WIKIJS_DB_PASSWORD}@wikijs-db:5432/wiki"
|
||||
]
|
||||
},
|
||||
"postgres-service-finder": {
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"-y",
|
||||
"@modelcontextprotocol/server-postgres",
|
||||
"postgresql://sf_user:${SF_DB_PASSWORD}@service-finder-db:5432/service_finder_db"
|
||||
]
|
||||
},
|
||||
"filesystem": {
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"-y",
|
||||
"@modelcontextprotocol/server-filesystem",
|
||||
"/opt/docker/dev/service_finder"
|
||||
],
|
||||
"alwaysAllow": [
|
||||
"read_text_file",
|
||||
"list_directory",
|
||||
"search_files",
|
||||
"write_file"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user