@diagrampilot/mcp 0.2.16 → 0.3.0

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 +6 -6
package/README.md CHANGED
@@ -12,6 +12,10 @@ diagrampilot-mcp
12
12
  MCP support is alpha. The server exposes read-only DiagramPilot resources,
13
13
  tools, and prompts for AI coding agents working in local repositories.
14
14
 
15
+ In the v0.3.0 Alpha Capability Release, MCP covers validation, repo workflow
16
+ checks, export, render, repo output generation, Source Creation, and Source
17
+ Mutation. Source Creation and Source Mutation use Stable IDs and Structured Diagram Operations rather than raw YAML replacement as the supported agent workflow.
18
+
15
19
  Public documentation:
16
20
 
17
21
  - https://diagrampilot.com/docs/agents/mcp.md
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diagrampilot/mcp",
3
- "version": "0.2.16",
3
+ "version": "0.3.0",
4
4
  "description": "Model Context Protocol server for DiagramPilot.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -46,11 +46,11 @@
46
46
  "build": "tsc -b && node scripts/make-bin-executable.mjs"
47
47
  },
48
48
  "dependencies": {
49
- "@diagrampilot/core": "0.2.16",
50
- "@diagrampilot/export-d2": "0.2.16",
51
- "@diagrampilot/export-dot": "0.2.16",
52
- "@diagrampilot/export-mermaid": "0.2.16",
53
- "@diagrampilot/render-svg": "0.2.16",
49
+ "@diagrampilot/core": "0.3.0",
50
+ "@diagrampilot/export-d2": "0.3.0",
51
+ "@diagrampilot/export-dot": "0.3.0",
52
+ "@diagrampilot/export-mermaid": "0.3.0",
53
+ "@diagrampilot/render-svg": "0.3.0",
54
54
  "@modelcontextprotocol/sdk": "^1.29.0",
55
55
  "zod": "^4.4.3"
56
56
  }