We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f509de commit 2bdad30Copy full SHA for 2bdad30
packages/mcp-server/README.md
@@ -134,13 +134,13 @@ Additionally, authorization can be provided via the following headers:
134
| `x-mux-token-secret` | `tokenSecret` | accessToken |
135
| `x-mux-authorization-token` | `authorizationToken` | authorizationToken |
136
137
-A configuration JSON for this server might look like this:
+A configuration JSON for this server might look like this, assuming the server is hosted at `http://localhost:3000`:
138
139
```json
140
{
141
"mcpServers": {
142
"mux_mux_node_api": {
143
- "url": "http://localhost:3000", # or wherever the server is hosted
+ "url": "http://localhost:3000",
144
"headers": {
145
"Authorization": "Basic <auth value>"
146
}
0 commit comments