Skip to content

Commit 97817b9

Browse files
authored
docs: fix env var name in README.md (#30)
Fix `FIREBOLT_MCP_TRANSPORT` variable name.
1 parent 03968bf commit 97817b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ FIREBOLT_MCP_DISABLE_RESOURCES=true
164164
By default, the MCP Server uses STDIO as the transport mechanism.
165165
However, Server-Sent Events (SSE) are also supported and require additional configuration.
166166
167-
To enable SSE, set the `--transport` CLI flag (or the `FIREBOLT_MCP_SERVER_TRANSPORT` environment variable) to `sse`.
167+
To enable SSE, set the `--transport` CLI flag (or the `FIREBOLT_MCP_TRANSPORT` environment variable) to `sse`.
168168
169169
Optionally, you can specify the address the server should listen on by setting the `--transport-sse-listen-address` CLI flag (or the `FIREBOLT_MCP_TRANSPORT_SSE_LISTEN_ADDRESS` environment variable).
170170

0 commit comments

Comments
 (0)