update jsonv-ts, fixed tests

This commit is contained in:
dswbx
2025-08-09 14:16:51 +02:00
parent cb873381f1
commit 06300427cb
3 changed files with 9 additions and 3 deletions

View File

@@ -13,6 +13,9 @@ describe("AppServer", () => {
allow_methods: ["GET", "POST", "PATCH", "PUT", "DELETE"],
allow_headers: ["Content-Type", "Content-Length", "Authorization", "Accept"],
},
mcp: {
enabled: false,
},
});
}
@@ -31,6 +34,9 @@ describe("AppServer", () => {
allow_methods: ["GET", "POST"],
allow_headers: ["Content-Type", "Content-Length", "Authorization", "Accept"],
},
mcp: {
enabled: false,
},
});
}
});