Skip to content

Commit 77eea59

Browse files
authored
Merge pull request #2661 from dolthub/db/config
/packages/dolt/content/reference/sql/server/configuration.md: add comment about log output
2 parents 7ac4e08 + d7996df commit 77eea59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dolt/content/reference/sql/server/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,7 @@ $ DOLT_REMOTE_PASSWORD= dolt push --user root origin main
13441344
13451345
## mcp_server
13461346
1347-
Starts a [Dolt MCP](https://github.com/dolthub/dolt-mcp) HTTP server that will be connected to the started Dolt SQL server when enabling these configuration values. When the MCP server is enabled, your AI agents can call tools against your Dolt database. Additional information is provided in [this blog article]().
1347+
Starts a [Dolt MCP](https://github.com/dolthub/dolt-mcp) HTTP server that will be connected to the started Dolt SQL server when enabling these configuration values. When the MCP server is enabled, your AI agents can call tools against your Dolt database. Additional information is provided in [this blog article](). Note: MCP server logs respect the log level of the `dolt sql-server` command, and will be written to the Dolt server log output.
13481348
13491349
### port
13501350

0 commit comments

Comments
 (0)