logicstamp-mcp 0.2.3 → 0.2.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.
- package/CHANGELOG.md +11 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -15,6 +15,14 @@ For a comprehensive roadmap with detailed status, priorities, and implementation
|
|
|
15
15
|
|
|
16
16
|
---
|
|
17
17
|
|
|
18
|
+
## [0.2.4] - 2026-03-29
|
|
19
|
+
|
|
20
|
+
### Changed
|
|
21
|
+
|
|
22
|
+
- **Dependencies** - Bumped `@modelcontextprotocol/sdk` and dev dependencies (`package.json` / `package-lock.json`). No MCP tool or runtime behavior changes intended. patch release for supply-chain and compatibility maintenance. ([#43](https://github.com/LogicStamp/logicstamp-context/pull/43))
|
|
23
|
+
|
|
24
|
+
---
|
|
25
|
+
|
|
18
26
|
## [0.2.3] - 2026-03-26
|
|
19
27
|
|
|
20
28
|
- **Documentation links aligned with CLI structure** ([#41](https://github.com/LogicStamp/logicstamp-context/pull/41))
|
|
@@ -392,7 +400,9 @@ For a comprehensive roadmap with detailed status, priorities, and implementation
|
|
|
392
400
|
- Requires `logicstamp-context` CLI to be installed globally (`npm install -g logicstamp-context`)
|
|
393
401
|
- All tools are read-only - they analyze but never modify your codebase
|
|
394
402
|
|
|
395
|
-
[Unreleased]: https://github.com/LogicStamp/logicstamp-mcp/compare/v0.2.
|
|
403
|
+
[Unreleased]: https://github.com/LogicStamp/logicstamp-mcp/compare/v0.2.4...HEAD
|
|
404
|
+
|
|
405
|
+
[0.2.4]: https://github.com/LogicStamp/logicstamp-mcp/releases/tag/v0.2.4
|
|
396
406
|
|
|
397
407
|
[0.2.3]: https://github.com/LogicStamp/logicstamp-mcp/releases/tag/v0.2.3
|
|
398
408
|
|