@microcharts/mcp 0.1.0 → 0.1.2

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/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @microcharts/mcp
2
2
 
3
+ [![microcharts MCP server](https://glama.ai/mcp/servers/ganapativs/microcharts/badges/score.svg)](https://glama.ai/mcp/servers/ganapativs/microcharts)
4
+
3
5
  An MCP server and Vercel AI-SDK toolset for [microcharts](https://microcharts.dev) — let a model **find** the right
4
6
  word-sized chart, **get** exactly how to wire it, and **render** it to a finished SVG with real alt text.
5
7
 
package/dist/ai-sdk.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { i as findChart, r as getChart, t as renderChart } from "./render-core-CnQfk-v1.mjs";
1
+ import { i as findChart, r as getChart, t as renderChart } from "./render-core-DMeZSv4_.mjs";
2
2
  import { z } from "zod";
3
3
  import { tool } from "ai";
4
4
  //#region src/ai-sdk.ts
package/dist/cli.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { t as createServer } from "./server-C0ga2mbD.mjs";
2
+ import { t as createServer } from "./server-D3gcAvYD.mjs";
3
3
  import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";
4
4
  //#region src/cli.ts
5
5
  /**
package/dist/index.mjs CHANGED
@@ -1,3 +1,3 @@
1
- import { a as CHARTS, c as catalog, i as findChart, l as getEntry, n as AGENT_SETUP, o as LIBRARY_VERSION, r as getChart, s as STABLE_CHARTS, t as renderChart } from "./render-core-CnQfk-v1.mjs";
2
- import { n as MCP_VERSION, t as createServer } from "./server-C0ga2mbD.mjs";
1
+ import { a as CHARTS, c as catalog, i as findChart, l as getEntry, n as AGENT_SETUP, o as LIBRARY_VERSION, r as getChart, s as STABLE_CHARTS, t as renderChart } from "./render-core-DMeZSv4_.mjs";
2
+ import { n as MCP_VERSION, t as createServer } from "./server-D3gcAvYD.mjs";
3
3
  export { AGENT_SETUP, CHARTS, LIBRARY_VERSION, MCP_VERSION, STABLE_CHARTS, catalog, createServer, findChart, getChart, getEntry, renderChart };