canvas-design-mcp 0.9.2 → 0.9.4
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.
|
@@ -9,6 +9,19 @@ Parent: [Canvas Design Knowledge Base](../README.md) | [KB Overview](KB-Overview
|
|
|
9
9
|
- Converted the KB map and major reference pages away from Obsidian-style links.
|
|
10
10
|
- Reworked public resources so Canvas Design Studio is positioned as a standalone Canvas-safe HTML generator, not an integration with a commercial Canvas add-on.
|
|
11
11
|
|
|
12
|
+
## 2026-05-10 - Public Release v0.9.3
|
|
13
|
+
|
|
14
|
+
- Published `canvas-design-mcp@0.9.3` to npm with GitHub Actions provenance.
|
|
15
|
+
- Published the release Docker image to GitHub Container Registry.
|
|
16
|
+
- Added npm package repository metadata required for provenance validation.
|
|
17
|
+
|
|
18
|
+
## 2026-05-12 - Docker Hardening v0.9.4
|
|
19
|
+
|
|
20
|
+
- Moved the Docker image to the Node 24 Alpine LTS line.
|
|
21
|
+
- Removed npm/npx from the final runtime image after dependency install.
|
|
22
|
+
- Refreshed production transitive packages to clear `npm audit --omit=dev`.
|
|
23
|
+
- Added max-mode provenance and SBOM attestations to Docker publishing.
|
|
24
|
+
|
|
12
25
|
## 2026-04-28 - Resource Evaluation Pass
|
|
13
26
|
|
|
14
27
|
New files:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "canvas-design-mcp",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.4",
|
|
4
4
|
"description": "Canvas Design Studio — MCP server for generating, validating, and publishing Canvas LMS pages",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -41,5 +41,9 @@
|
|
|
41
41
|
},
|
|
42
42
|
"engines": {
|
|
43
43
|
"node": ">=18"
|
|
44
|
+
},
|
|
45
|
+
"repository": {
|
|
46
|
+
"type": "git",
|
|
47
|
+
"url": "https://github.com/Ryfter/canvas-design-studio"
|
|
44
48
|
}
|
|
45
49
|
}
|