@gluip/chart-canvas-mcp 0.3.2 → 0.3.3
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/dist/api.js +0 -3
- package/dist/index.js +0 -1
- package/package.json +1 -1
package/dist/api.js
CHANGED
|
@@ -48,8 +48,5 @@ export async function startApiServer() {
|
|
|
48
48
|
});
|
|
49
49
|
app.listen(PORT, () => {
|
|
50
50
|
serverPort = PORT;
|
|
51
|
-
console.log(`Server running on http://localhost:${PORT}`);
|
|
52
|
-
console.log(`- API: http://localhost:${PORT}/state`);
|
|
53
|
-
console.log(`- Frontend: http://localhost:${PORT}`);
|
|
54
51
|
});
|
|
55
52
|
}
|
package/dist/index.js
CHANGED
|
@@ -496,7 +496,6 @@ async function main() {
|
|
|
496
496
|
// Start MCP server on stdio
|
|
497
497
|
const transport = new StdioServerTransport();
|
|
498
498
|
await server.connect(transport);
|
|
499
|
-
console.log("Chart Canvas MCP Server running");
|
|
500
499
|
}
|
|
501
500
|
main().catch((error) => {
|
|
502
501
|
console.error("Fatal error:", error);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gluip/chart-canvas-mcp",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"mcpName": "io.github.gluip/chart-canvas",
|
|
5
5
|
"description": "MCP server for creating interactive visualizations (charts, diagrams, tables) and querying data sources (SQLite, CSV, Parquet, JSON) through AI assistants",
|
|
6
6
|
"author": "Martijn",
|