Releases: devwebxyn/securemcp-lite
Releases · devwebxyn/securemcp-lite
v0.1.0
Full Changelog: https://github.com/devwebxyn/securemcp-lite/commits/v0.10
SecureMCP-Lite v0.1.0
Initial public MVP release.
Highlights
- Local stdio MCP proxy that sits between an MCP client and a target MCP server
- Declarative YAML policy file with tool allowlisting
- Regex-based per-tool argument checks
- Sliding-window request rate limiting
- Terminal-first ALLOWED and BLOCKED logging
init,start, andvalidate-configCLI commands- Better malformed-input handling with local JSON-RPC parse and invalid-request errors
- Better failure handling when the target process exits or violates protocol
- Tests for config loading, policy enforcement, malformed input, target startup failure, and CLI smoke behavior
Recommended tag message
SecureMCP-Lite v0.1.0 is the first publishable MVP: a lightweight local firewall for MCP tool calls with YAML policy enforcement, readable terminal logs, and safe-by-default examples.
v0.1.1
Full Changelog: https://github.com/devwebxyn/securemcp-lite/commits/v0.1.1
Release Notes v0.1.1
v0.1.1 is a polish release focused on package metadata, public presentation, and launch-readiness.
Highlights
- npm package metadata now clearly credits Samuel Indra Bastian
- README branding and package presentation were improved for public package pages
- the website now exposes project version more clearly
- GitHub Packages publishing workflow was added for the repository package tab
Why this release matters
This release does not change the core MCP firewall behavior. It strengthens how the project is presented and distributed:
- clearer maintainer attribution
- better package-page rendering
- cleaner release story for GitHub and npm
Included in this release
- package version bumped to
0.1.1 - package
authorandcontributorsmetadata improved - README logo switched to an absolute repository URL for safer rendering
- website version display improved
- GitHub Packages workflow added
Notes
- npm package:
securemcp-lite@0.1.1 - GitHub Packages package name target:
@devwebxyn/securemcp-lite