md-feedback 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.
Files changed (3) hide show
  1. package/README.md +6 -2
  2. package/dist/mcp-server.js +237 -228
  3. package/package.json +60 -60
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  > MCP server for markdown annotation review — AI agents read your annotations directly.
4
4
 
5
5
  [![npm](https://img.shields.io/npm/v/md-feedback)](https://www.npmjs.com/package/md-feedback)
6
- [![License: SUL-1.0](https://img.shields.io/badge/License-SUL--1.0-blue.svg)](https://github.com/yeominux/md-feedback/blob/dev/LICENSE)
6
+ [![License: SUL-1.0](https://img.shields.io/badge/License-SUL--1.0-blue.svg)](https://github.com/yeominux/md-feedback/blob/main/LICENSE)
7
7
 
8
8
  ## What is this?
9
9
 
@@ -61,6 +61,10 @@ md-feedback --version # Print version
61
61
  md-feedback # Start MCP server (stdio)
62
62
  ```
63
63
 
64
+ ## Who Is This For?
65
+
66
+ Developers and team leads who use AI coding agents (Claude Code, Cursor, Copilot) and want to review AI-generated plans before implementation — not after.
67
+
64
68
  ## Links
65
69
 
66
70
  - [VS Code Extension](https://marketplace.visualstudio.com/items?itemName=yeominux.md-feedback-vscode)
@@ -69,4 +73,4 @@ md-feedback # Start MCP server (stdio)
69
73
 
70
74
  ## License
71
75
 
72
- [SUL-1.0](https://github.com/yeominux/md-feedback/blob/dev/LICENSE) — Free for personal and non-commercial use.
76
+ [SUL-1.0](https://github.com/yeominux/md-feedback/blob/main/LICENSE) — Free for personal and non-commercial use.