Skip to content

Only find list_databases Tool #28

Description

@liangzhuoh

docker command: docker run -p 9092:9092 -v "${PWD}/config.json:/app/config.json" -e "TRANSPORT_MODE=sse" -e "CONFIG_PATH=/app/config.json" freepeak/db-mcp-server

config file : config.json
{
"connections": [
{
"id": "postgre",
"type": "postgres",
"host": "xx.xx.xx.xx",
"port": 5352,
"name": "xx",
"user": "xx",
"password": "xx"
}
]
}

postgres version: PostgreSQL 15.8

result: in cline,only find list_databases Tool

pic:

Image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions