@microcharts/mcp 0.1.1 → 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 +2 -0
- package/dist/cli.mjs +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{server-CEjmimKX.mjs → server-D3gcAvYD.mjs} +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# @microcharts/mcp
|
|
2
2
|
|
|
3
|
+
[](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/cli.mjs
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
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-
|
|
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 };
|
|
@@ -2,7 +2,7 @@ import { c as catalog, i as findChart, n as AGENT_SETUP, o as LIBRARY_VERSION, r
|
|
|
2
2
|
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
|
|
3
3
|
import { z } from "zod";
|
|
4
4
|
//#region src/version.ts
|
|
5
|
-
const MCP_VERSION = "0.1.
|
|
5
|
+
const MCP_VERSION = "0.1.2";
|
|
6
6
|
//#endregion
|
|
7
7
|
//#region src/server.ts
|
|
8
8
|
/**
|