Spaces:
Paused
Paused
Commit ·
a0af3ad
1
Parent(s): 90490f6
fix(docs): standardize API key header to use uppercase 'DS-API-KEY'
Browse files
README.md
CHANGED
|
@@ -113,7 +113,7 @@ To use this MCP server in a client application that supports MCP, you add the co
|
|
| 113 |
"url": "https://dnext-ds-mcp-server.hf.space/mcp/",
|
| 114 |
"type": "http",
|
| 115 |
"headers": {
|
| 116 |
-
"DS-API-
|
| 117 |
"Authorization": "Bearer ${input:hf-access-token}"
|
| 118 |
}
|
| 119 |
}
|
|
@@ -144,7 +144,7 @@ To use this MCP server in a client application that supports MCP, you add the co
|
|
| 144 |
"url": "https://dnext-ds-mcp-server.hf.space/mcp/",
|
| 145 |
"type": "http",
|
| 146 |
"headers": {
|
| 147 |
-
"DS-API-
|
| 148 |
}
|
| 149 |
}
|
| 150 |
},
|
|
|
|
| 113 |
"url": "https://dnext-ds-mcp-server.hf.space/mcp/",
|
| 114 |
"type": "http",
|
| 115 |
"headers": {
|
| 116 |
+
"DS-API-KEY": "${input:defect-solver-api-key}",
|
| 117 |
"Authorization": "Bearer ${input:hf-access-token}"
|
| 118 |
}
|
| 119 |
}
|
|
|
|
| 144 |
"url": "https://dnext-ds-mcp-server.hf.space/mcp/",
|
| 145 |
"type": "http",
|
| 146 |
"headers": {
|
| 147 |
+
"DS-API-KEY": "${input:defect-solver-api-key}"
|
| 148 |
}
|
| 149 |
}
|
| 150 |
},
|