diff --git a/docs/config/command-line.mdx b/docs/config/command-line.mdx index c522684..500fc91 100644 --- a/docs/config/command-line.mdx +++ b/docs/config/command-line.mdx @@ -1,5 +1,6 @@ --- title: "Command-Line Options" +description: "Complete reference for DBHub CLI flags, environment variables, and DSN formats" --- DBHub connects to your database in one of two ways: diff --git a/docs/config/debug.mdx b/docs/config/debug.mdx index 775ed4c..9522aee 100644 --- a/docs/config/debug.mdx +++ b/docs/config/debug.mdx @@ -1,5 +1,6 @@ --- title: "Debug" +description: "Troubleshoot DBHub with the MCP Inspector and common connection fixes" --- ## MCP Inspector diff --git a/docs/config/toml.mdx b/docs/config/toml.mdx index ce6ab01..13b4045 100644 --- a/docs/config/toml.mdx +++ b/docs/config/toml.mdx @@ -1,5 +1,6 @@ --- title: "TOML Configuration" +description: "Configure multiple database connections, per-source settings, and custom tools with TOML" --- TOML configuration is the recommended way to configure DBHub for multi-database setups and advanced configurations. It provides more flexibility than command-line options or environment variables. diff --git a/docs/index.mdx b/docs/index.mdx index 8a56c39..5b71727 100644 --- a/docs/index.mdx +++ b/docs/index.mdx @@ -1,5 +1,6 @@ --- title: "Introduction" +description: "DBHub is a minimal, token-efficient database MCP server for PostgreSQL, MySQL, SQL Server, MariaDB, and SQLite" ---