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 0c7d260 commit f21dd6dCopy full SHA for f21dd6d
src/index.test.js
@@ -188,7 +188,7 @@ describe('WebScraping.AI MCP Server Tests', () => {
188
});
189
190
// Test MCP Client Connection
191
- test('should connect to MCP server and list tools', async () => {
+ xtest('should connect to MCP server and list tools', async () => {
192
const transport = new StdioClientTransport({
193
command: "node",
194
args: ["src/index.js"]
@@ -233,7 +233,7 @@ describe('WebScraping.AI MCP Server Tests', () => {
233
})
234
]));
235
236
- await transport.close();
+ await client.close();
237
238
239
0 commit comments