You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Source build instructions, including optional cargo features, are documented in [CONTRIBUTING.md](CONTRIBUTING.md).
159
+
156
160
### Other MCP Clients
157
161
158
162
Most clients can be manually configured to use the `mcpServers` wrapper in their configuration file (like Cursor). If your client doesn't work, check its documentation for the correct wrapper format.
@@ -170,6 +174,7 @@ docker run -d \
170
174
```
171
175
172
176
The container exposes the MCP server via Streamable HTTP at `http://localhost:8080/mcp`.
177
+
The Docker image is built with `--features streamable-http`; local/source builds need the same feature if you want HTTP transport.
173
178
174
179
Configure your MCP client to connect:
175
180
@@ -187,7 +192,7 @@ Configure your MCP client to connect:
187
192
188
193
| Variable | Default | Description |
189
194
|----------|---------|-------------|
190
-
|`MCP_TRANSPORT`|`streamable-http`| Transport mode. `stdio` or `streamable-http`|
195
+
|`MCP_TRANSPORT`|`streamable-http`| Transport mode. `stdio` or `streamable-http`(requires the `streamable-http` cargo feature) |
0 commit comments