md-feedback 0.9.3 → 0.9.5

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/dist/mcp-server.js +22571 -0
  2. package/package.json +3 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "md-feedback",
3
- "version": "0.9.3",
4
- "description": "MCP server for MD Feedback: AI agents read markdown review annotations, update memo status, evaluate gates, and generate handoffs.",
3
+ "version": "0.9.5",
4
+ "description": "MCP server for AI plan review agents read your markdown annotations, mark tasks done, evaluate gates, and generate handoffs.",
5
5
  "license": "SUL-1.0",
6
6
  "author": "Yeomin Seon",
7
7
  "type": "commonjs",
@@ -21,7 +21,7 @@
21
21
  "zod": "^3.23.0"
22
22
  },
23
23
  "devDependencies": {
24
- "esbuild": "^0.24.0",
24
+ "esbuild": "^0.24.2",
25
25
  "typescript": "^5.7.0"
26
26
  },
27
27
  "engines": {