Skip to content

Commit 2bdad30

Browse files
chore(mcp): update README
1 parent 5f509de commit 2bdad30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/mcp-server/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,13 @@ Additionally, authorization can be provided via the following headers:
134134
| `x-mux-token-secret` | `tokenSecret` | accessToken |
135135
| `x-mux-authorization-token` | `authorizationToken` | authorizationToken |
136136

137-
A configuration JSON for this server might look like this:
137+
A configuration JSON for this server might look like this, assuming the server is hosted at `http://localhost:3000`:
138138

139139
```json
140140
{
141141
"mcpServers": {
142142
"mux_mux_node_api": {
143-
"url": "http://localhost:3000", # or wherever the server is hosted
143+
"url": "http://localhost:3000",
144144
"headers": {
145145
"Authorization": "Basic <auth value>"
146146
}

0 commit comments

Comments
 (0)