Skip to content

Commit 5a453d0

Browse files
chore(mcp): update README
1 parent ed33899 commit 5a453d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/mcp-server/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,15 +135,15 @@ Authorization can be provided via the following headers:
135135
| --------------------------- | ------------------------ | --------------- |
136136
| `x-nextbillion-sdk-api-key` | `apiKey` | apikey |
137137

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

140140
```json
141141
{
142142
"mcpServers": {
143143
"nbai_sdk_api": {
144-
"url": "http://localhost:3000", # or wherever the server is hosted
144+
"url": "http://localhost:3000",
145145
"headers": {
146-
'x-nextbillion-sdk-api-key': 'My API Key'
146+
"x-nextbillion-sdk-api-key": "My API Key"
147147
}
148148
}
149149
}

0 commit comments

Comments
 (0)