motionspec 1.0.0 → 1.0.2

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 (1) hide show
  1. package/package.json +4 -2
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "motionspec",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
+ "mcpName": "io.github.MasterPlayspots/motionspec",
4
5
  "description": "MotionSpec — a formal intermediate language for scroll-driven web motion. A small model writes schema-validated specs; a deterministic compiler emits GSAP/CSS, hallucination-proof by construction with enforced reduced-motion fallbacks.",
5
6
  "license": "MIT",
6
7
  "author": "Noah Froeba",
@@ -25,7 +26,8 @@
25
26
  "url": "https://github.com/MasterPlayspots/motionspec/issues"
26
27
  },
27
28
  "bin": {
28
- "motion": "bin/motion.js"
29
+ "motion": "bin/motion.js",
30
+ "motionspec": "src/mcp/server.mjs"
29
31
  },
30
32
  "main": "src/compiler/compile.js",
31
33
  "files": [