We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2819fb commit de8e999Copy full SHA for de8e999
tests/integration/server.test.ts
@@ -54,12 +54,12 @@ describe("Server integration test", () => {
54
});
55
56
describe("with read-only mode", () => {
57
- const integration = setupIntegrationTest({
+ const integration = setupIntegrationTest(() => ({
58
...config,
59
readOnly: true,
60
apiClientId: "test",
61
apiClientSecret: "test",
62
- });
+ }));
63
64
it("should only register read and metadata operation tools when read-only mode is enabled", async () => {
65
const tools = await integration.mcpClient().listTools();
0 commit comments