@bicharts/chart-mcp 0.3.2 → 0.3.4

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 (2) hide show
  1. package/dist/index.mjs +54 -54
  2. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bicharts/chart-mcp",
3
- "version": "0.3.2",
3
+ "version": "0.3.4",
4
4
  "description": "MCP (Model Context Protocol) stdio server for BIC AI charts: profile a dataset locally, then generate chart code that has passed the BIC backend's render gates. Works with any MCP-capable client (Claude Code, Claude Desktop, Cursor, Copilot Studio). Requires a BIC trial or paid account.",
5
5
  "keywords": [
6
6
  "mcp",
@@ -45,8 +45,8 @@
45
45
  "zod": "^3.23.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@bicharts/chart-host": "^0.4.1",
49
- "@bicharts/shape-core": "^0.4.1",
48
+ "@bicharts/chart-host": "^0.5.0",
49
+ "@bicharts/shape-core": "^0.5.0",
50
50
  "@types/node": "^20.0.0",
51
51
  "@types/papaparse": "^5.3.14",
52
52
  "esbuild": "^0.28.1",