@mcp-b/embedded-agent 1.2.5-beta.0 → 1.2.5-beta.1

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 +104 -105
package/package.json CHANGED
@@ -1,106 +1,105 @@
1
1
  {
2
- "name": "@mcp-b/embedded-agent",
3
- "version": "1.2.5-beta.0",
4
- "description": "Embeddable AI chat agent component for React and script tag usage. Intercom-like widget that connects to MCP servers.",
5
- "type": "module",
6
- "license": "MIT",
7
- "homepage": "https://github.com/WebMCP-org/webmcp-agent#readme",
8
- "bugs": {
9
- "url": "https://github.com/WebMCP-org/webmcp-agent/issues"
10
- },
11
- "repository": {
12
- "type": "git",
13
- "url": "git+https://github.com/WebMCP-org/webmcp-agent.git"
14
- },
15
- "files": [
16
- "dist"
17
- ],
18
- "main": "./dist/index.js",
19
- "module": "./dist/index.js",
20
- "types": "./dist/index.d.ts",
21
- "exports": {
22
- ".": {
23
- "types": "./dist/index.d.ts",
24
- "import": "./dist/index.js"
25
- },
26
- "./web-component": {
27
- "types": "./dist/web-component.d.ts",
28
- "import": "./dist/web-component.js"
29
- },
30
- "./standalone": "./dist/web-component-standalone.iife.js",
31
- "./styles": "./dist/styles/globals.css",
32
- "./package.json": "./package.json"
33
- },
34
- "publishConfig": {
35
- "access": "public"
36
- },
37
- "scripts": {
38
- "build": "pnpm run build:css && pnpm run build:inline-styles && tsdown && pnpm run build:css",
39
- "build:css": "mkdir -p dist/styles && tailwindcss -i src/styles/globals.css -o dist/styles/globals.css --minify",
40
- "build:inline-styles": "node scripts/generate-inline-styles.js",
41
- "dev": "tsdown --watch",
42
- "dev:css": "tailwindcss -i src/styles/globals.css -o dist/styles/globals.css --watch",
43
- "play": "vite --config playground/vite.config.ts",
44
- "test": "vitest",
45
- "check:types": "pnpm run build:css && pnpm run build:inline-styles && tsc --noEmit",
46
- "check:lint": "eslint src --ignore-pattern 'src/generated/**'",
47
- "release": "bumpp && pnpm publish",
48
- "prepublishOnly": "pnpm run build"
49
- },
50
- "dependencies": {
51
- "@assistant-ui/react": "catalog:",
52
- "@assistant-ui/react-ai-sdk": "^1.1.12",
53
- "react-compiler-runtime": "^1.0.0",
54
- "assistant-stream": "^0.2.41",
55
- "@assistant-ui/react-markdown": "catalog:",
56
- "@mcp-b/transports": "catalog:",
57
- "@modelcontextprotocol/sdk": "catalog:",
58
- "@openai/agents-realtime": "^0.3.3",
59
- "@r2wc/react-to-web-component": "^2.1.0",
60
- "@radix-ui/react-avatar": "catalog:",
61
- "@radix-ui/react-dialog": "^1.1.15",
62
- "@radix-ui/react-scroll-area": "catalog:",
63
- "@radix-ui/react-separator": "catalog:",
64
- "@radix-ui/react-slot": "catalog:",
65
- "@radix-ui/react-tooltip": "^1.2.8",
66
- "ai": "catalog:",
67
- "class-variance-authority": "catalog:",
68
- "clsx": "catalog:",
69
- "jsonrepair": "^3.13.1",
70
- "lucide-react": "catalog:",
71
- "motion": "^12.23.24",
72
- "react-markdown": "^10.1.0",
73
- "remark-gfm": "catalog:",
74
- "tailwind-merge": "catalog:",
75
- "zod": "catalog:",
76
- "zustand": "^5.0.8"
77
- },
78
- "peerDependencies": {
79
- "react": "^18.0.0 || ^19.0.0",
80
- "react-dom": "^18.0.0 || ^19.0.0"
81
- },
82
- "devDependencies": {
83
- "@mcp-b/cloud-mirror-types": "workspace:*",
84
- "@rollup/plugin-babel": "catalog:",
85
- "@tailwindcss/cli": "^4.1.17",
86
- "@tailwindcss/vite": "catalog:",
87
- "@testing-library/jest-dom": "catalog:",
88
- "@testing-library/react": "catalog:",
89
- "@tsconfig/strictest": "catalog:",
90
- "@types/node": "catalog:",
91
- "@types/react": "catalog:",
92
- "@types/react-dom": "catalog:",
93
- "@vitejs/plugin-react": "catalog:",
94
- "babel-plugin-react-compiler": "catalog:",
95
- "bumpp": "catalog:",
96
- "eslint": "catalog:",
97
- "happy-dom": "catalog:",
98
- "react": "catalog:",
99
- "react-dom": "catalog:",
100
- "tailwindcss": "catalog:",
101
- "tsdown": "catalog:",
102
- "typescript": "catalog:",
103
- "vite": "catalog:",
104
- "vitest": "catalog:"
105
- }
106
- }
2
+ "name": "@mcp-b/embedded-agent",
3
+ "version": "1.2.5-beta.1",
4
+ "description": "Embeddable AI chat agent component for React and script tag usage. Intercom-like widget that connects to MCP servers.",
5
+ "type": "module",
6
+ "license": "MIT",
7
+ "homepage": "https://github.com/WebMCP-org/webmcp-agent#readme",
8
+ "bugs": {
9
+ "url": "https://github.com/WebMCP-org/webmcp-agent/issues"
10
+ },
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "git+https://github.com/WebMCP-org/webmcp-agent.git"
14
+ },
15
+ "files": [
16
+ "dist"
17
+ ],
18
+ "main": "./dist/index.js",
19
+ "module": "./dist/index.js",
20
+ "types": "./dist/index.d.ts",
21
+ "exports": {
22
+ ".": {
23
+ "types": "./dist/index.d.ts",
24
+ "import": "./dist/index.js"
25
+ },
26
+ "./web-component": {
27
+ "types": "./dist/web-component.d.ts",
28
+ "import": "./dist/web-component.js"
29
+ },
30
+ "./standalone": "./dist/web-component-standalone.iife.js",
31
+ "./styles": "./dist/styles/globals.css",
32
+ "./package.json": "./package.json"
33
+ },
34
+ "publishConfig": {
35
+ "access": "public"
36
+ },
37
+ "dependencies": {
38
+ "@assistant-ui/react": "0.11.46",
39
+ "@assistant-ui/react-ai-sdk": "^1.1.12",
40
+ "react-compiler-runtime": "^1.0.0",
41
+ "assistant-stream": "^0.2.41",
42
+ "@assistant-ui/react-markdown": "^0.11.6",
43
+ "@mcp-b/transports": "1.2.0",
44
+ "@modelcontextprotocol/sdk": "^1.24.3",
45
+ "@openai/agents-realtime": "^0.3.3",
46
+ "@r2wc/react-to-web-component": "^2.1.0",
47
+ "@radix-ui/react-avatar": "^1.1.11",
48
+ "@radix-ui/react-dialog": "^1.1.15",
49
+ "@radix-ui/react-scroll-area": "^1.2.10",
50
+ "@radix-ui/react-separator": "^1.1.8",
51
+ "@radix-ui/react-slot": "^1.2.4",
52
+ "@radix-ui/react-tooltip": "^1.2.8",
53
+ "ai": "^5.0.108",
54
+ "class-variance-authority": "^0.7.1",
55
+ "clsx": "^2.1.1",
56
+ "jsonrepair": "^3.13.1",
57
+ "lucide-react": "^0.468.0",
58
+ "motion": "^12.23.24",
59
+ "react-markdown": "^10.1.0",
60
+ "remark-gfm": "^4.0.0",
61
+ "tailwind-merge": "^3.4.0",
62
+ "zod": "^3.25.28",
63
+ "zustand": "^5.0.8"
64
+ },
65
+ "peerDependencies": {
66
+ "react": "^18.0.0 || ^19.0.0",
67
+ "react-dom": "^18.0.0 || ^19.0.0"
68
+ },
69
+ "devDependencies": {
70
+ "@rollup/plugin-babel": "^6.1.0",
71
+ "@tailwindcss/cli": "^4.1.17",
72
+ "@tailwindcss/vite": "^4.1.17",
73
+ "@testing-library/jest-dom": "^6.9.1",
74
+ "@testing-library/react": "^16.3.0",
75
+ "@tsconfig/strictest": "^2.0.8",
76
+ "@types/node": "^24.10.1",
77
+ "@types/react": "^19.2.5",
78
+ "@types/react-dom": "^19.2.3",
79
+ "@vitejs/plugin-react": "^5.1.1",
80
+ "babel-plugin-react-compiler": "^1.0.0",
81
+ "bumpp": "^10.3.1",
82
+ "eslint": "^8.57.0",
83
+ "happy-dom": "^20.0.10",
84
+ "react": "^19.2.0",
85
+ "react-dom": "^19.2.0",
86
+ "tailwindcss": "^4.1.17",
87
+ "tsdown": "^0.16.4",
88
+ "typescript": "^5.9.3",
89
+ "vite": "^7.2.2",
90
+ "vitest": "^4.0.9",
91
+ "@mcp-b/cloud-mirror-types": "0.0.0"
92
+ },
93
+ "scripts": {
94
+ "build": "pnpm run build:css && pnpm run build:inline-styles && tsdown && pnpm run build:css",
95
+ "build:css": "mkdir -p dist/styles && tailwindcss -i src/styles/globals.css -o dist/styles/globals.css --minify",
96
+ "build:inline-styles": "node scripts/generate-inline-styles.js",
97
+ "dev": "tsdown --watch",
98
+ "dev:css": "tailwindcss -i src/styles/globals.css -o dist/styles/globals.css --watch",
99
+ "play": "vite --config playground/vite.config.ts",
100
+ "test": "vitest",
101
+ "check:types": "pnpm run build:css && pnpm run build:inline-styles && tsc --noEmit",
102
+ "check:lint": "eslint src --ignore-pattern 'src/generated/**'",
103
+ "release": "bumpp && pnpm publish"
104
+ }
105
+ }