mcp-gov 1.2.4 → 1.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.
package/CHANGELOG.md ADDED
@@ -0,0 +1,72 @@
1
+ # Changelog
2
+
3
+ All notable changes to mcp-gov will be documented in this file.
4
+
5
+ ## [1.3.0] - 2026-01-24
6
+
7
+ ### Changed
8
+ - Cleaned up README - reduced from 1200+ lines to ~130 lines
9
+ - Focus on interactive CLI usage
10
+ - Added npm and npx install options
11
+
12
+ ### Added
13
+ - CHANGELOG.md to track version history
14
+
15
+ ## [1.2.5] - 2026-01-24
16
+
17
+ ### Changed
18
+ - Removed default config path - users must enter path explicitly
19
+ - Added example hint in prompt: `Enter config path (e.g. ~/.claude.json):`
20
+ - Re-prompt on invalid path instead of exiting
21
+
22
+ ## [1.2.4] - 2026-01-24
23
+
24
+ ### Changed
25
+ - Default config path changed to `~/.claude.json`
26
+ - Added retry loop when file not found
27
+
28
+ ## [1.2.3] - 2026-01-24
29
+
30
+ ### Added
31
+ - Exit option (5) to interactive menu
32
+
33
+ ## [1.2.2] - 2026-01-24
34
+
35
+ ### Added
36
+ - ASCII logo banner for `mcp-gov` command
37
+ - Version display below logo
38
+ - ASCII logo in README
39
+
40
+ ## [1.2.1] - 2026-01-24
41
+
42
+ ### Fixed
43
+ - Config path display now shows `~` instead of full home directory path
44
+
45
+ ## [1.2.0] - 2026-01-24
46
+
47
+ ### Changed
48
+ - Switched from `inquirer` to built-in `readline` for zero dependencies
49
+ - Simple numbered menu (1-5) instead of arrow-key selection
50
+
51
+ ## [1.1.0] - 2026-01-24
52
+
53
+ ### Added
54
+ - Interactive `mcp-gov` CLI command with menu:
55
+ - Wrap MCP servers
56
+ - Unwrap MCP servers
57
+ - View audit logs
58
+ - Edit rules
59
+ - `postinstall.js` welcome message after npm install
60
+ - `scripts/publish.sh` for npm publishing with pre/post checks
61
+
62
+ ## [1.0.0] - 2026-01-24
63
+
64
+ ### Added
65
+ - Initial release
66
+ - `mcp-gov-proxy` - JSON-RPC proxy with permission checking
67
+ - `mcp-gov-wrap` - Wrap MCP servers with governance
68
+ - `mcp-gov-unwrap` - Restore original server config
69
+ - Auto-generated rules with safe defaults
70
+ - Audit logging to `~/.mcp-gov/logs/`
71
+ - Project path in audit logs
72
+ - Support for flat and multi-project config formats