@agentrun/sdk 0.0.1-test.5b55888 → 0.0.1-test.70561fe
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +4 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3867,10 +3867,10 @@ var init_mcp = __esm({
|
|
|
3867
3867
|
*/
|
|
3868
3868
|
connect = async (_params) => {
|
|
3869
3869
|
try {
|
|
3870
|
-
const { Client } = await import('@modelcontextprotocol/sdk/client/index.js');
|
|
3870
|
+
const { Client: Client2 } = await import('@modelcontextprotocol/sdk/client/index.js');
|
|
3871
3871
|
const { SSEClientTransport } = await import('@modelcontextprotocol/sdk/client/sse.js');
|
|
3872
3872
|
const transport = new SSEClientTransport(new URL(this.url));
|
|
3873
|
-
this.client = new
|
|
3873
|
+
this.client = new Client2(
|
|
3874
3874
|
{
|
|
3875
3875
|
name: "agentrun-nodejs-client",
|
|
3876
3876
|
version: "1.0.0"
|