@drawio/mcp 1.1.5 → 1.1.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 +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,6 +5,7 @@ The official [draw.io](https://www.draw.io) MCP server that opens diagrams direc
5
5
  This package is part of the [drawio-mcp](https://github.com/jgraph/drawio-mcp) repository, which also includes:
6
6
 
7
7
  - **[MCP App Server](https://github.com/jgraph/drawio-mcp/tree/main/mcp-app-server)** — Renders diagrams inline in AI chat interfaces. Hosted at `https://mcp.draw.io/mcp` — no install required.
8
+ - **[Skill + CLI](https://github.com/jgraph/drawio-mcp/tree/main/skill-cli)** — Claude Code skill that generates native `.drawio` files with optional PNG/SVG/PDF export.
8
9
  - **[Project Instructions](https://github.com/jgraph/drawio-mcp/tree/main/project-instructions)** — Zero-install approach using Claude Project instructions.
9
10
 
10
11
  ## Features
@@ -119,5 +120,5 @@ Opens the draw.io editor with a Mermaid.js diagram.
119
120
 
120
121
  - [draw.io](https://www.draw.io) - Free online diagram editor
121
122
  - [draw.io Desktop](https://github.com/jgraph/drawio-desktop) - Desktop application
122
- - [drawio-mcp on GitHub](https://github.com/jgraph/drawio-mcp) - Full repository with all three approaches
123
+ - [drawio-mcp on GitHub](https://github.com/jgraph/drawio-mcp) - Full repository with all four approaches
123
124
  - [MCP Specification](https://modelcontextprotocol.io/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drawio/mcp",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "description": "Official draw.io MCP server for LLMs - Open diagrams in draw.io editor",
5
5
  "type": "module",
6
6
  "main": "src/index.js",