Skip to content

Commit afe1a78

Browse files
authored
Update README.md
Fix `FIREBOLT_MCP_TRANSPORT` variable name.
1 parent fe9b648 commit afe1a78

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
@@ -154,7 +154,7 @@ To set up MCP in Cursor, follow their guide:
154154
By default, the MCP Server uses STDIO as the transport mechanism.
155155
However, Server-Sent Events (SSE) are also supported and require additional configuration.
156156

157-
To enable SSE, set the `--transport` CLI flag (or the `FIREBOLT_MCP_SERVER_TRANSPORT` environment variable) to `sse`.
157+
To enable SSE, set the `--transport` CLI flag (or the `FIREBOLT_MCP_TRANSPORT` environment variable) to `sse`.
158158

159159
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).
160160

0 commit comments

Comments
 (0)