We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f005c69 commit 273ef50Copy full SHA for 273ef50
1 file changed
tests/tools/webmcp.test.ts
@@ -44,8 +44,6 @@ describe('webmcp', () => {
44
it('list no webmcp tools if there are none', async () => {
45
await withMcpContext(
46
async (response, context) => {
47
- const page = context.getSelectedMcpPage().pptrPage;
48
-
49
await listWebMcpTools.handler(
50
{params: {}, page: context.getSelectedMcpPage()},
51
response,
0 commit comments