logicstamp-mcp 0.2.2 → 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 +19 -1
- package/README.md +8 -8
- package/docs/README.md +4 -4
- package/docs/logicstamp-for-llms.md +15 -15
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -15,6 +15,20 @@ 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
|
+
|
|
26
|
+
## [0.2.3] - 2026-03-26
|
|
27
|
+
|
|
28
|
+
- **Documentation links aligned with CLI structure** ([#41](https://github.com/LogicStamp/logicstamp-context/pull/41))
|
|
29
|
+
|
|
30
|
+
---
|
|
31
|
+
|
|
18
32
|
## [0.2.2] - 2026-03-24
|
|
19
33
|
|
|
20
34
|
### Changed
|
|
@@ -386,7 +400,11 @@ For a comprehensive roadmap with detailed status, priorities, and implementation
|
|
|
386
400
|
- Requires `logicstamp-context` CLI to be installed globally (`npm install -g logicstamp-context`)
|
|
387
401
|
- All tools are read-only - they analyze but never modify your codebase
|
|
388
402
|
|
|
389
|
-
[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
|
|
406
|
+
|
|
407
|
+
[0.2.3]: https://github.com/LogicStamp/logicstamp-mcp/releases/tag/v0.2.3
|
|
390
408
|
|
|
391
409
|
[0.2.2]: https://github.com/LogicStamp/logicstamp-mcp/releases/tag/v0.2.2
|
|
392
410
|
|
package/README.md
CHANGED
|
@@ -228,22 +228,22 @@ When starting work with a new project, use the [Startup Ritual](docs/startup-rit
|
|
|
228
228
|
### Canonical LogicStamp Docs (Redundant Sources)
|
|
229
229
|
|
|
230
230
|
**Full CLI & Context Documentation:**
|
|
231
|
-
- **Primary:** [logicstamp.dev/docs/
|
|
231
|
+
- **Primary:** [logicstamp.dev/docs/cli/context](https://logicstamp.dev/docs/cli/context) - Complete documentation (landing page, best UX)
|
|
232
232
|
- **Fallback:** [CLI Repository Docs](https://github.com/LogicStamp/logicstamp-context) - GitHub docs (always available, versioned)
|
|
233
233
|
|
|
234
234
|
**Key Topics** (both primary and fallback links):
|
|
235
235
|
|
|
236
236
|
| Topic | Primary (Landing Page) | Fallback (GitHub) |
|
|
237
237
|
|-------|----------------------|-------------------|
|
|
238
|
-
| **Usage Guide** | [logicstamp.dev/docs/
|
|
239
|
-
| **UIF Contracts** | [logicstamp.dev/docs/
|
|
240
|
-
| **Schema Reference** | [logicstamp.dev/docs/
|
|
241
|
-
| **CLI Commands** | [logicstamp.dev/docs/
|
|
242
|
-
| **Compare Modes** | [logicstamp.dev/docs/
|
|
243
|
-
| **Limitations** | [logicstamp.dev/docs/reference/limitations](https://logicstamp.dev/docs/reference/limitations) | [GitHub](https://github.com/LogicStamp/logicstamp-context/blob/main/docs/
|
|
238
|
+
| **Usage Guide** | [logicstamp.dev/docs/cli/usage](https://logicstamp.dev/docs/cli/usage) | [GitHub](https://github.com/LogicStamp/logicstamp-context/blob/main/docs/usage.md) |
|
|
239
|
+
| **UIF Contracts** | [logicstamp.dev/docs/cli/uif-contracts](https://logicstamp.dev/docs/cli/uif-contracts) | [GitHub](https://github.com/LogicStamp/logicstamp-context/blob/main/docs/uif_contracts.md) |
|
|
240
|
+
| **Schema Reference** | [logicstamp.dev/docs/cli/schema](https://logicstamp.dev/docs/cli/schema) | [GitHub](https://github.com/LogicStamp/logicstamp-context/blob/main/docs/schema.md) |
|
|
241
|
+
| **CLI Commands** | [logicstamp.dev/docs/cli/context](https://logicstamp.dev/docs/cli/context) | [GitHub](https://github.com/LogicStamp/logicstamp-context/blob/main/docs/cli/context.md) |
|
|
242
|
+
| **Compare Modes** | [logicstamp.dev/docs/cli/compare-modes](https://logicstamp.dev/docs/cli/compare-modes) | [GitHub](https://github.com/LogicStamp/logicstamp-context/blob/main/docs/cli/compare-modes.md) |
|
|
243
|
+
| **Limitations** | [logicstamp.dev/docs/complete-reference/known-limitations](https://logicstamp.dev/docs/complete-reference/known-limitations) | [GitHub](https://github.com/LogicStamp/logicstamp-context/blob/main/docs/limitations.md) |
|
|
244
244
|
|
|
245
245
|
**Note:**
|
|
246
|
-
- Docs are maintained in the CLI repo
|
|
246
|
+
- Docs are maintained in the CLI repo and synced to the landing page
|
|
247
247
|
- If the landing page is unavailable, use the GitHub links as fallback
|
|
248
248
|
- The `logicstamp_read_logicstamp_docs` tool returns an embedded LLM-focused doc snapshot (`docs/logicstamp-for-llms.md`) for offline use
|
|
249
249
|
|
package/docs/README.md
CHANGED
|
@@ -23,7 +23,7 @@ Platform-specific installation and configuration:
|
|
|
23
23
|
## Canonical Documentation
|
|
24
24
|
|
|
25
25
|
**Redundant Sources (Primary + Fallback):** Full LogicStamp Context documentation is maintained in:
|
|
26
|
-
- **Primary:** [logicstamp.dev/docs/
|
|
26
|
+
- **Primary:** [logicstamp.dev/docs/cli/context](https://logicstamp.dev/docs/cli/context) - Landing page with complete docs (best UX)
|
|
27
27
|
- **Fallback:** [CLI Repository](https://github.com/LogicStamp/logicstamp-context) - GitHub docs (always available, versioned)
|
|
28
28
|
|
|
29
29
|
**This MCP repo contains:**
|
|
@@ -61,14 +61,14 @@ docs/
|
|
|
61
61
|
└── cursor.md
|
|
62
62
|
```
|
|
63
63
|
|
|
64
|
-
**Note:** Full CLI documentation lives at [logicstamp.dev/docs/
|
|
64
|
+
**Note:** Full CLI documentation lives at [logicstamp.dev/docs/cli/context](https://logicstamp.dev/docs/cli/context) and in the [CLI repository](https://github.com/LogicStamp/logicstamp-context). This MCP repo only contains MCP-specific docs and an embedded LLM doc snapshot.
|
|
65
65
|
|
|
66
66
|
## Finding What You Need
|
|
67
67
|
|
|
68
68
|
- **New to LogicStamp?** → Start with [Quick Start](quickstart.md)
|
|
69
69
|
- **Setting up an MCP client?** → Check [Integration Guides](integrations/)
|
|
70
70
|
- **Understanding the architecture?** → Read [MCP Integration Guide](mcp_integration.md)
|
|
71
|
-
- **Using LogicStamp with AI?** → See [LogicStamp for LLMs](logicstamp-for-llms.md) (embedded snapshot) or [Full Docs](https://logicstamp.dev/docs/
|
|
72
|
-
- **Looking for CLI commands?** → See [Canonical CLI Docs](https://logicstamp.dev/docs/
|
|
71
|
+
- **Using LogicStamp with AI?** → See [LogicStamp for LLMs](logicstamp-for-llms.md) (embedded snapshot) or [Full Docs](https://logicstamp.dev/docs/cli/context)
|
|
72
|
+
- **Looking for CLI commands?** → See [Canonical CLI Docs](https://logicstamp.dev/docs/cli/context)
|
|
73
73
|
- **Contributing to the project?** → Review [Contributing Guide](../CONTRIBUTING.md) and [MCP Integration Guide](mcp_integration.md)
|
|
74
74
|
|
|
@@ -473,32 +473,32 @@ If you're unsure how LogicStamp works or how to use these tools:
|
|
|
473
473
|
For full documentation, see: https://logicstamp.dev/docs
|
|
474
474
|
|
|
475
475
|
- **Full Docs**:
|
|
476
|
-
- Primary: https://logicstamp.dev/docs/
|
|
476
|
+
- Primary: https://logicstamp.dev/docs/cli/context
|
|
477
477
|
- Fallback: https://github.com/LogicStamp/logicstamp-context
|
|
478
478
|
- **Usage Guide**:
|
|
479
|
-
- Primary: https://logicstamp.dev/docs/
|
|
480
|
-
- Fallback: https://github.com/LogicStamp/logicstamp-context/blob/main/docs/
|
|
479
|
+
- Primary: https://logicstamp.dev/docs/cli/usage
|
|
480
|
+
- Fallback: https://github.com/LogicStamp/logicstamp-context/blob/main/docs/usage.md
|
|
481
481
|
- **CLI Commands**:
|
|
482
|
-
- Primary: https://logicstamp.dev/docs/
|
|
482
|
+
- Primary: https://logicstamp.dev/docs/cli/context
|
|
483
483
|
- Fallback: https://github.com/LogicStamp/logicstamp-context/blob/main/docs/cli/context.md
|
|
484
484
|
- **UIF Contracts**:
|
|
485
|
-
- Primary: https://logicstamp.dev/docs/
|
|
486
|
-
- Fallback: https://github.com/LogicStamp/logicstamp-context/blob/main/docs/
|
|
485
|
+
- Primary: https://logicstamp.dev/docs/cli/uif-contracts
|
|
486
|
+
- Fallback: https://github.com/LogicStamp/logicstamp-context/blob/main/docs/uif_contracts.md
|
|
487
487
|
- **Schema Reference**:
|
|
488
|
-
- Primary: https://logicstamp.dev/docs/
|
|
489
|
-
- Fallback: https://github.com/LogicStamp/logicstamp-context/blob/main/docs/
|
|
488
|
+
- Primary: https://logicstamp.dev/docs/cli/schema
|
|
489
|
+
- Fallback: https://github.com/LogicStamp/logicstamp-context/blob/main/docs/schema.md
|
|
490
490
|
- **Token Optimization**:
|
|
491
|
-
- Primary: https://logicstamp.dev/docs/
|
|
492
|
-
- Fallback: https://github.com/LogicStamp/logicstamp-context/blob/main/docs/
|
|
491
|
+
- Primary: https://logicstamp.dev/docs/cli/usage#token-cost-comparison
|
|
492
|
+
- Fallback: https://github.com/LogicStamp/logicstamp-context/blob/main/docs/usage.md#token-cost-comparison
|
|
493
493
|
- **Mode Comparison**:
|
|
494
|
-
- Primary: https://logicstamp.dev/docs/
|
|
494
|
+
- Primary: https://logicstamp.dev/docs/cli/compare-modes
|
|
495
495
|
- Fallback: https://github.com/LogicStamp/logicstamp-context/blob/main/docs/cli/compare-modes.md
|
|
496
496
|
- **CI Integration**:
|
|
497
|
-
- Primary: https://logicstamp.dev/docs/
|
|
498
|
-
- Fallback: https://github.com/LogicStamp/logicstamp-context/blob/main/docs/
|
|
497
|
+
- Primary: https://logicstamp.dev/docs/cli/usage#cicd-integration
|
|
498
|
+
- Fallback: https://github.com/LogicStamp/logicstamp-context/blob/main/docs/usage.md#cicd-integration
|
|
499
499
|
- **Known Limitations**:
|
|
500
|
-
- Primary: https://logicstamp.dev/docs/
|
|
501
|
-
- Fallback: https://github.com/LogicStamp/logicstamp-context/blob/main/docs/
|
|
500
|
+
- Primary: https://logicstamp.dev/docs/cli/limitations
|
|
501
|
+
- Fallback: https://github.com/LogicStamp/logicstamp-context/blob/main/docs/limitations.md
|
|
502
502
|
- **Security Documentation**:
|
|
503
503
|
- Fallback: https://github.com/LogicStamp/logicstamp-context/blob/main/SECURITY.md
|
|
504
504
|
|