File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments