@mcp-b/embedded-agent 1.2.7 → 1.2.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mcp-b/embedded-agent",
3
- "version": "1.2.7",
3
+ "version": "1.2.9",
4
4
  "description": "Embeddable AI chat agent component for React and script tag usage. Intercom-like widget that connects to MCP servers.",
5
5
  "type": "module",
6
6
  "license": "UNLICENSED",
@@ -43,27 +43,29 @@
43
43
  "access": "public"
44
44
  },
45
45
  "dependencies": {
46
- "@ai-sdk/react": "^3.0.29",
46
+ "@ai-sdk/react": "^3.0.41",
47
47
  "@assistant-ui/react": "^0.11.53",
48
- "@rjsf/core": "^6.0.0-beta.23",
49
- "@rjsf/utils": "^6.0.0-beta.23",
50
- "@rjsf/validator-ajv8": "^6.0.0-beta.23",
51
- "ajv": "^8.17.1",
52
- "@assistant-ui/react-ai-sdk": "^1.1.20",
53
48
  "@assistant-ui/react-markdown": "^0.11.9",
49
+ "@cloudflare/ai-chat": "^0.0.4",
54
50
  "@mcp-b/react-webmcp": "0.0.0-beta-20260109203913",
55
51
  "@mcp-b/transports": "0.0.0-beta-20260109203913",
56
- "@modelcontextprotocol/sdk": "1.24.3",
52
+ "@modelcontextprotocol/sdk": "1.25.2",
57
53
  "@openai/agents-realtime": "^0.3.8",
58
54
  "@r2wc/react-to-web-component": "^2.1.0",
59
55
  "@radix-ui/react-avatar": "^1.1.11",
56
+ "@radix-ui/react-collapsible": "^1.1.12",
60
57
  "@radix-ui/react-dialog": "^1.1.15",
61
58
  "@radix-ui/react-scroll-area": "^1.2.10",
62
59
  "@radix-ui/react-separator": "^1.1.8",
63
60
  "@radix-ui/react-slot": "^1.2.4",
64
61
  "@radix-ui/react-tooltip": "^1.2.8",
65
- "agents": "^0.2.35",
66
- "ai": "^5.0.113",
62
+ "@rjsf/core": "^6.0.0-beta.23",
63
+ "@rjsf/shadcn": "^6.0.0-beta.23",
64
+ "@rjsf/utils": "^6.0.0-beta.23",
65
+ "@rjsf/validator-ajv8": "^6.0.0-beta.23",
66
+ "agents": "^0.3.6",
67
+ "ai": "^6.0.39",
68
+ "ajv": "^8.17.1",
67
69
  "assistant-stream": "^0.2.41",
68
70
  "class-variance-authority": "^0.7.1",
69
71
  "clsx": "^2.1.1",
@@ -94,6 +96,7 @@
94
96
  "@testing-library/jest-dom": "^6.9.1",
95
97
  "@testing-library/react": "^16.3.0",
96
98
  "@tsconfig/strictest": "^2.0.8",
99
+ "@types/json-schema": "^7.0.15",
97
100
  "@types/node": "^25.0.8",
98
101
  "@types/react": "^19.2.8",
99
102
  "@types/react-dom": "^19.0.3",
@@ -117,7 +120,7 @@
117
120
  "build:css": "mkdir -p dist/styles && tailwindcss -i src/styles/globals.css -o dist/styles/globals.css --minify",
118
121
  "build:inline-styles": "node scripts/generate-inline-styles.js",
119
122
  "build:clean-js": "rm -f dist/*.js dist/*.d.ts dist/*.map",
120
- "build:js": "tsdown",
123
+ "build:js": "NODE_ENV=production tsdown",
121
124
  "build:styles-types": "echo '// Type declarations for CSS module import\nexport {};' > dist/styles.d.ts",
122
125
  "build:copy-types": "cp src/jsx.d.ts dist/jsx.d.ts",
123
126
  "dev": "tsdown --watch",
@@ -1 +0,0 @@
1
- {"version":3,"file":"web-component-standalone.css","names":[],"sources":["../../../node_modules/.pnpm/@assistant-ui+react-markdown@0.11.9_@assistant-ui+react@0.11.53_@types+react-dom@19.2.3_57a05bc1ae027470f54bd5442764ec51/node_modules/@assistant-ui/react-markdown/styles/dot.css"],"sourcesContent":["@keyframes aui-pulse {\n 50% {\n opacity: 0.5;\n }\n}\n\n:where(.aui-md[data-status=\"running\"]):empty::after,\n:where(.aui-md[data-status=\"running\"])\n > :where(:not(ol):not(ul):not(pre)):last-child::after,\n:where(.aui-md[data-status=\"running\"]) > pre:last-child code::after,\n:where(.aui-md[data-status=\"running\"])\n > :where(:is(ol, ul):last-child)\n > :where(li:last-child:not(:has(* > li)))::after,\n:where(.aui-md[data-status=\"running\"])\n > :where(:is(ol, ul):last-child)\n > :where(li:last-child)\n > :where(:is(ol, ul):last-child)\n > :where(li:last-child:not(:has(* > li)))::after,\n:where(.aui-md[data-status=\"running\"])\n > :where(:is(ol, ul):last-child)\n > :where(li:last-child)\n > :where(:is(ol, ul):last-child)\n > :where(li:last-child)\n > :where(:is(ol, ul):last-child)\n > :where(li:last-child)::after {\n animation: aui-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;\n font-family:\n ui-sans-serif, system-ui, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\",\n \"Segoe UI Symbol\", \"Noto Color Emoji\";\n --aui-content: \"\\25cf\";\n content: var(--aui-content);\n margin-left: 0.25rem;\n margin-right: 0.25rem;\n}\n"],"x_google_ignoreList":[0],"mappings":"AAAA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA"}