Skip to content

Commit 33d41a6

Browse files
committed
Update README for fastMCP
(cherry picked from commit edc9fe5) Co-authored-by: Kaushik Iska <iska.kaushik@gmail.com> # Conflicts: # README.md # pyproject.toml # uv.lock
1 parent 5886a37 commit 33d41a6

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,14 @@ The following variables are used to configure the Hydrolix connection. These var
119119

120120
#### Optional Variables
121121
* `HYDROLIX_PORT`: The port number of your Hydrolix server
122-
- Default: `8088`
123-
- Usually doesn't need to be set unless using a non-standard port
122+
* Default: `8088`
123+
* Usually doesn't need to be set unless using a non-standard port
124124
* `HYDROLIX_VERIFY`: Enable/disable SSL certificate verification
125-
- Default: `"true"`
126-
- Set to `"false"` to disable certificate verification (not recommended for production)
125+
* Default: `"true"`
126+
* Set to `"false"` to disable certificate verification (not recommended for production)
127127
* `HYDROLIX_DATABASE`: Default database to use
128-
- Default: None (uses server default)
129-
- Set this to automatically connect to a specific database
128+
*Default: None (uses server default)
129+
* Set this to automatically connect to a specific database
130+
* `HYDROLIX_MCP_SERVER_TRANSPORT`: Sets the transport method for the MCP server.
131+
* Default: `"stdio"`
132+
* Valid options: `"stdio"`, `"http"`, `"streamable-http"`, `"sse"`. This is useful for local development with tools like MCP Inspector.

0 commit comments

Comments
 (0)