@fusedashlabs/ui9000-mcp 5.3.0

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 ADDED
@@ -0,0 +1,153 @@
1
+ {
2
+ "name": "@fusedashlabs/ui9000-mcp",
3
+ "version": "5.3.0",
4
+ "description": "MCP server that creates charts from your data — bar, line, pie, maps, and more.",
5
+ "license": "Apache-2.0",
6
+ "type": "module",
7
+ "bin": {
8
+ "ui9000-mcp": "./dist/cli.js",
9
+ "mcp-ui": "./dist/cli.js"
10
+ },
11
+ "files": [
12
+ "dist/cli.js",
13
+ "dist/generated/chart-app.html",
14
+ "LICENSE",
15
+ "README.md"
16
+ ],
17
+ "engines": {
18
+ "node": ">=22"
19
+ },
20
+ "repository": {
21
+ "type": "git",
22
+ "url": "git+https://github.com/fuselab-creative/mcp-ui.git"
23
+ },
24
+ "homepage": "https://github.com/fuselab-creative/mcp-ui#readme",
25
+ "bugs": {
26
+ "url": "https://github.com/fuselab-creative/mcp-ui/issues"
27
+ },
28
+ "keywords": [
29
+ "mcp",
30
+ "charts",
31
+ "visualization",
32
+ "data",
33
+ "cursor",
34
+ "claude",
35
+ "ui9000"
36
+ ],
37
+ "publishConfig": {
38
+ "access": "public",
39
+ "registry": "https://registry.npmjs.org"
40
+ },
41
+ "scripts": {
42
+ "build": "react-router build",
43
+ "build:local": "react-router build",
44
+ "build:production": "react-router build",
45
+ "build:npm": "node ./scripts/build-npm.mjs",
46
+ "prepublishOnly": "node ./scripts/build-npm.mjs",
47
+ "dev": "react-router dev",
48
+ "preview": "pnpm run build && vite preview",
49
+ "typecheck": "react-router typegen && tsc -b",
50
+ "test": "pnpm test:ts",
51
+ "test:ts": "vitest run",
52
+ "test:ruby": "cd sdks/ruby && bundle install && bundle exec rake spec",
53
+ "test:watch": "vitest watch",
54
+ "coverage": "vitest run --coverage",
55
+ "measure:tools-tokens": "tsx ./scripts/measure-tools-list-tokens.ts",
56
+ "measure:dataset-tokens": "tsx ./scripts/measure-dataset-tokens.ts",
57
+ "lint": "eslint . --ext .ts,.tsx,.js,.jsx",
58
+ "lint:fix": "eslint . --ext .ts,.tsx,.js,.jsx --fix",
59
+ "format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
60
+ "version:patch": "echo \"Versioning with Changesets, then run pnpm install\" && pnpm changeset version && pnpm install --lockfile-only",
61
+ "publish-packages": "pnpm build && pnpm changeset publish",
62
+ "docs:dev": "vitepress dev docs/src",
63
+ "docs:build": "vitepress build docs/src",
64
+ "docs:preview": "vitepress preview docs/src",
65
+ "mcp:serve": "tsx ./src/mcp-node.ts",
66
+ "mcp:serve:stdio": "tsx ./src/mcp-stdio.ts",
67
+ "mcp:serve:npx": "tsx ./src/cli.ts",
68
+ "build:mcp-app": "vite build --config src/mcp-app/vite.config.ts",
69
+ "ensure:mcp-app-html": "node ./scripts/ensure-mcp-app-html.mjs",
70
+ "stub:widgets": "node ./scripts/stub-ui9000-widgets.mjs",
71
+ "premcp:serve": "node ./scripts/ensure-mcp-app-html.mjs",
72
+ "premcp:serve:stdio": "node ./scripts/ensure-mcp-app-html.mjs",
73
+ "pack:mcpb": "node ./scripts/pack-mcpb.mjs",
74
+ "check:data-link-secret": "tsx ./scripts/check-data-link-secret.ts"
75
+ },
76
+ "devDependencies": {
77
+ "@anthropic-ai/mcpb": "^2.1.2",
78
+ "@react-router/dev": "^7.5.3",
79
+ "@semantic-release/changelog": "^6.0.3",
80
+ "@semantic-release/commit-analyzer": "^13.0.1",
81
+ "@semantic-release/exec": "^6.0.3",
82
+ "@semantic-release/git": "^10.0.1",
83
+ "@semantic-release/github": "^11.0.3",
84
+ "@semantic-release/npm": "^12.0.0",
85
+ "@semantic-release/release-notes-generator": "^14.0.3",
86
+ "@swc/core": "^1.4.0",
87
+ "@tailwindcss/vite": "^4.1.10",
88
+ "@testing-library/jest-dom": "^6.1.5",
89
+ "@testing-library/react": "^14.1.2",
90
+ "@types/body-parser": "^1.19.6",
91
+ "@types/express": "^4.17.21",
92
+ "@types/geojson": "^7946.0.14",
93
+ "@types/google.maps": "^3.58.1",
94
+ "@types/jest": "^29.5.11",
95
+ "@types/leaflet": "^1.9.17",
96
+ "@types/node": "^22.15.18",
97
+ "@types/react": "^19.1.2",
98
+ "@types/react-dom": "^19.1.2",
99
+ "@types/recharts": "^2.0.1",
100
+ "@types/uuid": "^10.0.0",
101
+ "@typescript-eslint/eslint-plugin": "^6.13.2",
102
+ "@typescript-eslint/parser": "^6.13.2",
103
+ "@ui9000/widgets": "file:../ui9000-widgets",
104
+ "@vis.gl/react-google-maps": "^1.5.2",
105
+ "@vitejs/plugin-react-swc": "^3.9.0",
106
+ "@vitest/coverage-v8": "^1.6.1",
107
+ "agents": "^0.0.80",
108
+ "c8": "^8.0.1",
109
+ "esbuild": "^0.25.0",
110
+ "eslint": "^8.55.0",
111
+ "eslint-config-prettier": "^9.1.0",
112
+ "eslint-plugin-jest": "^27.6.0",
113
+ "eslint-plugin-jsx-a11y": "^6.8.0",
114
+ "eslint-plugin-prettier": "^5.4.0",
115
+ "eslint-plugin-react": "^7.33.2",
116
+ "eslint-plugin-react-hooks": "^4.6.0",
117
+ "husky": "^8.0.0",
118
+ "isbot": "^5.1.27",
119
+ "jsdom": "^23.0.1",
120
+ "leaflet": "^1.9.4",
121
+ "prettier": "^3.5.3",
122
+ "prettier-plugin-tailwindcss": "^0.6.11",
123
+ "react": "^19.1.0",
124
+ "react-dom": "^19.1.0",
125
+ "react-leaflet": "^5.0.0",
126
+ "react-router": "^7.5.3",
127
+ "recharts": "^2.15.3",
128
+ "semantic-release": "^23.1.1",
129
+ "strip-comments": "^2.0.1",
130
+ "tailwindcss": "^4.1.4",
131
+ "ts-jest": "^29.1.1",
132
+ "ts-node": "^10.9.2",
133
+ "tsx": "^4.19.2",
134
+ "typescript": "^5.8.3",
135
+ "vite": "^6.3.3",
136
+ "vite-plugin-dts": "^3.7.0",
137
+ "vite-plugin-singlefile": "^2.3.3",
138
+ "vite-tsconfig-paths": "^5.1.4",
139
+ "vitepress": "^1.0.0-rc.44",
140
+ "vitest": "^1.0.4"
141
+ },
142
+ "packageManager": "pnpm@10.28.1+sha512.7d7dbbca9e99447b7c3bf7a73286afaaf6be99251eb9498baefa7d406892f67b879adb3a1d7e687fc4ccc1a388c7175fbaae567a26ab44d1067b54fcb0d6a316",
143
+ "dependencies": {
144
+ "@mcp-ui/server": "^6.1.0",
145
+ "@modelcontextprotocol/ext-apps": "1.7.5",
146
+ "@modelcontextprotocol/sdk": "1.30.0",
147
+ "body-parser": "^1.20.3",
148
+ "dotenv": "^16.4.5",
149
+ "express": "^4.21.2",
150
+ "uuid": "^11.1.0",
151
+ "zod": "^3.25.76"
152
+ }
153
+ }