feat: add ability to override parameters using HTTP headers MCP-293 #684
Annotations
4 errors
|
Run tests
Process completed with exit code 1.
|
|
Run tests:
tests/integration/tools/mongodb/mongodbHelpers.ts#L135
Error: Hook timed out in 120000ms.
If this is a long-running hook, pass a timeout value as the last argument or configure it globally with "hookTimeout".
❯ setupMongoDBIntegrationTest tests/integration/tools/mongodb/mongodbHelpers.ts:135:5
❯ tests/integration/tools/mongodb/mongodbHelpers.ts:94:32
|
|
Run tests:
tests/unit/common/config.test.ts#L103
AssertionError: expected { …(26) } to strictly equal { …(25) }
- Expected
+ Received
@@ -1,6 +1,7 @@
{
+ "allowRequestOverrides": false,
"apiBaseUrl": "https://cloud.mongodb.com/",
"atlasTemporaryDatabaseUserLifetimeMs": 14400000,
"confirmationRequiredTools": [
"atlas-create-access-list",
"atlas-create-db-user",
❯ tests/unit/common/config.test.ts:103:36
|
|
Run tests:
tests/unit/common/config.test.ts#L65
AssertionError: expected { …(26) } to strictly equal { …(25) }
- Expected
+ Received
@@ -1,6 +1,7 @@
{
+ "allowRequestOverrides": false,
"apiBaseUrl": "https://cloud.mongodb.com/",
"atlasTemporaryDatabaseUserLifetimeMs": 14400000,
"confirmationRequiredTools": [
"atlas-create-access-list",
"atlas-create-db-user",
❯ tests/unit/common/config.test.ts:65:44
|
Loading