Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/config/debug.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,8 @@ If DBHub connects but database queries fail:
### Logs

DBHub prints startup and error messages to stderr. There is no adjustable log level — review that output, and the MCP Inspector above, when troubleshooting.

## See Also

- [Command-Line Options](/config/command-line) — CLI flags and environment variables
- [TOML Configuration](/config/toml) — Multi-database setup
7 changes: 7 additions & 0 deletions docs/tools/explain-sql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,10 @@ source = "production"
```

See [Tool Configuration](/tools/overview#tool-configuration) for how `[[tools]]` entries work across multiple sources.

## See Also

- [execute_sql](/tools/execute-sql) — SQL execution with safety controls
- [search_objects](/tools/search-objects) — Schema and object exploration
- [Custom Tools](/tools/custom-tools) — Parameterized SQL operations
- [TOML Configuration](/config/toml) — Tool configuration reference
7 changes: 7 additions & 0 deletions docs/tools/health-check.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,10 @@ source = "production"
```

See [Tool Configuration](/tools/overview#tool-configuration) for how `[[tools]]` entries work across multiple sources.

## See Also

- [execute_sql](/tools/execute-sql) — SQL execution with safety controls
- [search_objects](/tools/search-objects) — Schema and object exploration
- [Custom Tools](/tools/custom-tools) — Parameterized SQL operations
- [TOML Configuration](/config/toml) — Tool configuration reference