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 6efc5bf commit bf15c28Copy full SHA for bf15c28
packages/mcp-server/README.md
@@ -137,13 +137,13 @@ Additionally, authorization can be provided via the following headers:
137
| -------------------- | ------------------------ | --------------- |
138
| `x-benchify-api-key` | `apiKey` | ApiKeyAuth |
139
140
-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`:
141
142
```json
143
{
144
"mcpServers": {
145
"benchify_api": {
146
- "url": "http://localhost:3000", # or wherever the server is hosted
+ "url": "http://localhost:3000",
147
"headers": {
148
"Authorization": "Bearer <auth value>"
149
}
0 commit comments