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 a4870dc commit ac2eaefCopy full SHA for ac2eaef
vitest.setup.ts
@@ -17,7 +17,7 @@ const streamableClient = new StreamableHTTPClientTransport(
17
new URL(baseUrl)
18
)
19
const client = new Client({
20
- name: 'doc-mcp-client',
+ name: 'test-mcp-client',
21
version: '1.0.0',
22
})
23
await client.connect(stdioClient)
0 commit comments