lema-mcp 0.18.2 → 0.19.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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lema-mcp",
3
- "version": "0.18.2",
3
+ "version": "0.19.0",
4
4
  "mcpName": "io.github.lemahq/lema-mcp",
5
5
  "description": "MCP server that gives your coding agent the recorded why behind decisions — and what was already ruled out — cited. Check React, Rust, and Kubernetes out of the box, or capture and enforce never-reopen on your own repo. Local, no account.",
6
6
  "bin": {
@@ -14,10 +14,10 @@
14
14
  "prepack": "cp ../../README.md ./README.md && cp ../../LICENSE ./LICENSE"
15
15
  },
16
16
  "optionalDependencies": {
17
- "lema-mcp-darwin-arm64": "0.18.2",
18
- "lema-mcp-darwin-x64": "0.18.2",
19
- "lema-mcp-linux-x64": "0.18.2",
20
- "lema-mcp-linux-arm64": "0.18.2"
17
+ "lema-mcp-darwin-arm64": "0.19.0",
18
+ "lema-mcp-darwin-x64": "0.19.0",
19
+ "lema-mcp-linux-x64": "0.19.0",
20
+ "lema-mcp-linux-arm64": "0.19.0"
21
21
  },
22
22
  "engines": {
23
23
  "node": ">=18"