mcp-use 1.11.0-canary.6 → 1.11.0-canary.8

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 (57) hide show
  1. package/dist/.tsbuildinfo +1 -1
  2. package/dist/{chunk-IGOT6EXU.js → chunk-4LZSXUFM.js} +1 -1
  3. package/dist/{chunk-WCYUQJUP.js → chunk-5RTMAOZ6.js} +20 -1057
  4. package/dist/{chunk-RKRRGQMY.js → chunk-EBSNALCB.js} +2 -2
  5. package/dist/{chunk-IDLN6TBY.js → chunk-GVU7C2ZD.js} +1 -1
  6. package/dist/chunk-GXNAXUDI.js +0 -0
  7. package/dist/{chunk-Y3MECXDY.js → chunk-JPKFN73V.js} +1 -1
  8. package/dist/{chunk-OFD5S2YF.js → chunk-JZNXOM7C.js} +1 -1
  9. package/dist/chunk-MFSO5PUW.js +1049 -0
  10. package/dist/{chunk-A2F55OQO.js → chunk-TAEHPLGV.js} +2 -2
  11. package/dist/{chunk-KZBJSFU7.js → chunk-X7JKFBPN.js} +20 -6
  12. package/dist/{chunk-56NAKAFY.js → chunk-XKTBHYNM.js} +1 -1
  13. package/dist/index.cjs +19 -6
  14. package/dist/index.d.ts +1 -1
  15. package/dist/index.d.ts.map +1 -1
  16. package/dist/index.js +18 -17
  17. package/dist/src/adapters/index.cjs +1346 -0
  18. package/dist/src/adapters/index.js +11 -0
  19. package/dist/src/agents/index.cjs +1 -1
  20. package/dist/src/agents/index.js +7 -6
  21. package/dist/src/browser.cjs +1 -2
  22. package/dist/src/browser.d.ts +1 -1
  23. package/dist/src/browser.d.ts.map +1 -1
  24. package/dist/src/browser.js +11 -10
  25. package/dist/src/client/prompts.js +4 -4
  26. package/dist/src/react/index.cjs +19 -5
  27. package/dist/src/react/index.js +5 -5
  28. package/dist/src/react/useWidget.d.ts +11 -7
  29. package/dist/src/react/useWidget.d.ts.map +1 -1
  30. package/dist/src/react/widget-types.d.ts +6 -2
  31. package/dist/src/react/widget-types.d.ts.map +1 -1
  32. package/dist/src/server/index.cjs +131 -24
  33. package/dist/src/server/index.js +135 -28
  34. package/dist/src/server/mcp-server.d.ts +1 -0
  35. package/dist/src/server/mcp-server.d.ts.map +1 -1
  36. package/dist/src/server/types/common.d.ts +23 -0
  37. package/dist/src/server/types/common.d.ts.map +1 -1
  38. package/dist/src/server/types/resource.d.ts +16 -0
  39. package/dist/src/server/types/resource.d.ts.map +1 -1
  40. package/dist/src/server/types/widget.d.ts +21 -2
  41. package/dist/src/server/types/widget.d.ts.map +1 -1
  42. package/dist/src/server/utils/response-helpers.d.ts +10 -6
  43. package/dist/src/server/utils/response-helpers.d.ts.map +1 -1
  44. package/dist/src/server/widgets/index.d.ts +1 -1
  45. package/dist/src/server/widgets/index.d.ts.map +1 -1
  46. package/dist/src/server/widgets/mount-widgets-dev.d.ts.map +1 -1
  47. package/dist/src/server/widgets/setup-widget-routes.d.ts.map +1 -1
  48. package/dist/src/server/widgets/ui-resource-registration.d.ts.map +1 -1
  49. package/dist/src/server/widgets/widget-helpers.d.ts +22 -0
  50. package/dist/src/server/widgets/widget-helpers.d.ts.map +1 -1
  51. package/dist/src/server/widgets/widget-types.d.ts +2 -0
  52. package/dist/src/server/widgets/widget-types.d.ts.map +1 -1
  53. package/dist/src/version.d.ts +1 -1
  54. package/dist/{tool-execution-helpers-543W3CSL.js → tool-execution-helpers-EYAIJERC.js} +2 -2
  55. package/dist/tsup.config.d.ts.map +1 -1
  56. package/package.json +17 -6
  57. /package/dist/{chunk-H4BZVTGK.js → chunk-LGDFGYRL.js} +0 -0
@@ -1,4 +1,4 @@
1
- export declare const VERSION = "1.11.0-canary.6";
1
+ export declare const VERSION = "1.11.0-canary.8";
2
2
  /**
3
3
  * Get the package version.
4
4
  * The version is embedded at build time via scripts/generate-version.mjs
@@ -10,9 +10,9 @@ import {
10
10
  sendProgressNotification,
11
11
  shouldLogMessage,
12
12
  withTimeout
13
- } from "./chunk-IGOT6EXU.js";
13
+ } from "./chunk-4LZSXUFM.js";
14
14
  import "./chunk-KUEVOU4M.js";
15
- import "./chunk-Y3MECXDY.js";
15
+ import "./chunk-JPKFN73V.js";
16
16
  import "./chunk-FRUZDWXH.js";
17
17
  import "./chunk-3GQAWCBQ.js";
18
18
  export {
@@ -1 +1 @@
1
- {"version":3,"file":"tsup.config.d.ts","sourceRoot":"","sources":["../tsup.config.ts"],"names":[],"mappings":";AAEA,wBA+CG"}
1
+ {"version":3,"file":"tsup.config.d.ts","sourceRoot":"","sources":["../tsup.config.ts"],"names":[],"mappings":";AAEA,wBAgDG"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mcp-use",
3
3
  "type": "module",
4
- "version": "1.11.0-canary.6",
4
+ "version": "1.11.0-canary.8",
5
5
  "description": "Opinionated MCP Framework for TypeScript (@modelcontextprotocol/sdk compatible) - Build MCP Agents, Clients and Servers with support for ChatGPT Apps, Code Mode, OAuth, Notifications, Sampling, Observability and more.",
6
6
  "author": "mcp-use, Inc.",
7
7
  "license": "MIT",
@@ -36,6 +36,11 @@
36
36
  "import": "./dist/index.js",
37
37
  "require": "./dist/index.cjs"
38
38
  },
39
+ "./adapters": {
40
+ "types": "./dist/src/adapters/index.d.ts",
41
+ "import": "./dist/src/adapters/index.js",
42
+ "require": "./dist/src/adapters/index.cjs"
43
+ },
39
44
  "./agent": {
40
45
  "types": "./dist/src/agents/index.d.ts",
41
46
  "import": "./dist/src/agents/index.js",
@@ -81,12 +86,14 @@
81
86
  "peerDependencies": {
82
87
  "@e2b/code-interpreter": "^2.2.0",
83
88
  "@langchain/anthropic": "^1.0.0",
89
+ "@langchain/core": "^1.0.0",
84
90
  "@langchain/openai": "^1.0.0",
85
91
  "ai": "^4.0.0 || ^5.0.0",
92
+ "langchain": "^1.0.0",
86
93
  "langfuse": "^3.38.6",
87
94
  "langfuse-langchain": "^3.38.6",
88
95
  "react": "^18.0.0 || ^19.0.0",
89
- "react-router-dom": "^7.0.0"
96
+ "react-router": "^7.0.0"
90
97
  },
91
98
  "peerDependenciesMeta": {
92
99
  "@e2b/code-interpreter": {
@@ -95,12 +102,18 @@
95
102
  "@langchain/anthropic": {
96
103
  "optional": true
97
104
  },
105
+ "@langchain/core": {
106
+ "optional": true
107
+ },
98
108
  "@langchain/openai": {
99
109
  "optional": true
100
110
  },
101
111
  "ai": {
102
112
  "optional": true
103
113
  },
114
+ "langchain": {
115
+ "optional": true
116
+ },
104
117
  "langfuse": {
105
118
  "optional": true
106
119
  },
@@ -110,19 +123,17 @@
110
123
  },
111
124
  "dependencies": {
112
125
  "@hono/node-server": "^1.19.6",
113
- "@langchain/core": "^1.1.0",
114
126
  "@mcp-ui/server": "^5.15.0",
115
127
  "@mcp-use/modelcontextprotocol-sdk": "1.24.3-mcp-use.4",
116
128
  "express": "^5.2.0",
117
129
  "hono": "^4.10.7",
118
130
  "jose": "^6.1.2",
119
- "langchain": "^1.1.1",
120
131
  "posthog-js": "^1.302.2",
121
132
  "posthog-node": "^5.14.1",
122
133
  "ws": "^8.18.3",
123
134
  "zod": "^4.1.13",
124
- "@mcp-use/cli": "2.6.0-canary.6",
125
- "@mcp-use/inspector": "0.13.0-canary.6"
135
+ "@mcp-use/inspector": "0.13.0-canary.8",
136
+ "@mcp-use/cli": "2.6.0-canary.8"
126
137
  },
127
138
  "optionalDependencies": {
128
139
  "chalk": "^5.6.2",
File without changes