Skip to content

Commit bf15c28

Browse files
chore(mcp): update README
1 parent 6efc5bf commit bf15c28

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
@@ -137,13 +137,13 @@ Additionally, authorization can be provided via the following headers:
137137
| -------------------- | ------------------------ | --------------- |
138138
| `x-benchify-api-key` | `apiKey` | ApiKeyAuth |
139139

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

142142
```json
143143
{
144144
"mcpServers": {
145145
"benchify_api": {
146-
"url": "http://localhost:3000", # or wherever the server is hosted
146+
"url": "http://localhost:3000",
147147
"headers": {
148148
"Authorization": "Bearer <auth value>"
149149
}

0 commit comments

Comments
 (0)