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 7f37e32 commit ff0ee67Copy full SHA for ff0ee67
tests/helpers.ts
@@ -72,7 +72,7 @@ export async function createMCPStreamableClient(
72
);
73
74
const client = new Client({
75
- name: 'sse-client',
+ name: 'streamable-http-client',
76
version: '1.0.0',
77
});
78
await client.connect(transport);
0 commit comments