mcp-use 0.1.16 → 0.1.17

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mcp-use",
3
3
  "type": "module",
4
- "version": "0.1.16",
4
+ "version": "0.1.17",
5
5
  "packageManager": "pnpm@10.6.1",
6
6
  "description": "A utility library for integrating Model Context Protocol (MCP) with LangChain, Zod, and related tools. Provides helpers for schema conversion, event streaming, and SDK usage.",
7
7
  "author": "Zane",
@@ -91,7 +91,7 @@
91
91
  "dependencies": {
92
92
  "@dmitryrechkin/json-schema-to-zod": "^1.0.1",
93
93
  "@langchain/anthropic": "^0.3.14",
94
- "@langchain/core": "0.3.58",
94
+ "@langchain/core": "0.3.71",
95
95
  "@langchain/openai": "^0.5.15",
96
96
  "@modelcontextprotocol/sdk": "1.12.1",
97
97
  "@scarf/scarf": "^1.4.0",