mcp-gov 1.2.5 → 1.3.1

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