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 7e69826 commit 4eb94b3Copy full SHA for 4eb94b3
packages/mcp-server/README.md
@@ -137,13 +137,13 @@ Additionally, authorization can be provided via the following headers:
137
| ------------------- | ------------------------ | --------------------- |
138
| `x-isaacus-api-key` | `apiKey` | APIKeyBearerTokenAuth |
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
"isaacus_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