Skip to content

Commit 31261a7

Browse files
xOxDjoedursun
authored andcommitted
Fix env var in README
1 parent 2006085 commit 31261a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,12 @@ Make sure you complete the various fields.
9898

9999
By default, STDIO transport is used.
100100

101-
To configure [SSE](https://modelcontextprotocol.io/specification/2024-11-05/basic/transports#http-with-sse) or [Streamable HTTP](https://modelcontextprotocol.io/specification/2025-03-26/basic/transports#streamable-http), set the `MCP_PROTOCOL` environment variable.
101+
To configure [SSE](https://modelcontextprotocol.io/specification/2024-11-05/basic/transports#http-with-sse) or [Streamable HTTP](https://modelcontextprotocol.io/specification/2025-03-26/basic/transports#streamable-http), set the `MCP_TRANSPORT` environment variable.
102102

103103
Example:
104104

105105
```bash
106-
MCP_PROTOCOL=streamable-http \
106+
MCP_TRANSPORT=streamable-http \
107107
POLYGON_API_KEY=<your_api_key_here> \
108108
uv run entrypoint.py
109109
```

0 commit comments

Comments
 (0)