Skip to content

Commit 9fefeaa

Browse files
committed
tests: fix broken tests after rebase
1 parent bc1271e commit 9fefeaa

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/McpResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ export class McpResponse implements Response {
245245
}
246246

247247
setListInPageTools(): void {
248-
if (this.#args.categoryInPageTools) {
248+
if (this.#args.categoryExperimentalInPage) {
249249
this.#listInPageTools = true;
250250
}
251251
}

tests/cli.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ describe('cli args parsing', () => {
1919
categoryNetwork: true,
2020
'category-extensions': false,
2121
categoryExtensions: false,
22+
'category-experimental-in-page': false,
23+
categoryExperimentalInPage: false,
2224
'auto-connect': undefined,
2325
autoConnect: undefined,
2426
'performance-crux': true,

0 commit comments

Comments
 (0)