ai

Steve Chan 2025-08-04T13:12:54.746889Z

Thanks @daslu ❤️

Steve Chan 2025-08-04T13:13:04.739149Z

🚀 Update: Datascript MCP Server + Visualization MCP Server Integration Graph path search now supports visualization out of the box! 🎉 We’ve modularized the visualization layer into a standalone Visualization MCP Server (Python + matplotlib). Now you can: • Run complex graph/search-paths queries via Datascript MCP • Pipe results to Visualization MCP to auto-render relationship graphs 🧠 + 🎨 = Intelligent querying + instant visual feedback. Repos: 👉 https://github.com/xlisp/datascript-mcp-server 👉 https://github.com/xlisp/visualization-mcp-server

🚀 3
Daniel Slutsky 2025-08-05T17:28:10.600959Z

@stevechan That is so nice. Please let me know if I can help explore Clojure https://scicloj.github.io/tableplot/ as a replacement to Python Matplotlib.

Steve Chan 2025-08-06T16:27:32.521009Z

It's a good idea, but the current AI-generated Clojure code isn't very good, and often makes mistakes. Python code is much better. So, the first version will use the Python visualization solution. @daslu

Daniel Slutsky 2025-08-06T16:31:01.159779Z

Thanks. I'll be glad to explore it when it seems right. I had some good experiments with generated plotting code recently. Another pathway can be to we may directly generate the JSON (or EDN) specification of declarative Javascript libraries such as Plotly.js and Echarts, which are integrated well into Clojure notebook tools, etc..

Steve Chan 2025-08-04T13:13:40.000199Z

💡 1