Skip to content

Commit f4a91c5

Browse files
committed
dolt fixes
Signed-off-by: Juan Antonio Osorio <[email protected]>
1 parent e0b6eea commit f4a91c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

registry/dolt/spec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ image: docker.io/dolthub/dolt-mcp:0.1.0
55
description: Provides Git-like version control for SQL databases using Dolt, enabling branching, merging, and versioning of database schemas and data
66

77
# Communication protocol
8-
transport: stdio
8+
transport: streamable-http
99

1010
# Source code repository
1111
repository_url: https://github.com/dolthub/dolt-mcp
@@ -109,7 +109,7 @@ env_vars:
109109
- name: MCP_MODE
110110
description: Server mode (stdio or http)
111111
required: false
112-
default: "stdio"
112+
default: "http"
113113

114114
- name: MCP_PORT
115115
description: HTTP server port (HTTP mode only)

0 commit comments

Comments
 (0)