@markdy/mcp-server 1.0.4 → 1.0.6

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/README.md +4 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -4,6 +4,10 @@ Official **Model Context Protocol (MCP)** server for Markdy — the animated dia
4
4
 
5
5
  Equip Claude Desktop, Cursor, Google Antigravity, and autonomous AI agents with tools to parse, validate, transpile, explain, and craft animated Markdy architecture diagrams.
6
6
 
7
+ <p align="center">
8
+ <img src="https://raw.githubusercontent.com/HoangYell/markdy-com/main/website/public/images/markdy-ai-agent-workflow.webp" alt="Markdy AI Agent & MCP Integration" width="900" />
9
+ </p>
10
+
7
11
  ---
8
12
 
9
13
  ## 🛠️ Provided Tools
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markdy/mcp-server",
3
- "version": "1.0.4",
3
+ "version": "1.0.6",
4
4
  "description": "Model Context Protocol server for Markdy diagram validation, transpilation, and generation.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -16,8 +16,8 @@
16
16
  ],
17
17
  "dependencies": {
18
18
  "@modelcontextprotocol/sdk": "^1.6.1",
19
- "@markdy/compat": "1.0.4",
20
- "@markdy/core": "1.0.4"
19
+ "@markdy/compat": "1.0.6",
20
+ "@markdy/core": "1.0.6"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/node": "^25.9.5",