@smartergpt/lex-mcp 2.5.1 → 2.5.2
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/README.md +4 -1
- package/package.json +2 -3
package/README.md
CHANGED
|
@@ -53,7 +53,7 @@ Add to `claude_desktop_config.json`:
|
|
|
53
53
|
|
|
54
54
|
## Tools
|
|
55
55
|
|
|
56
|
-
This MCP server provides
|
|
56
|
+
This MCP server provides 14 tools for episodic memory management:
|
|
57
57
|
|
|
58
58
|
- `frame_create` - Store episodic memory snapshot
|
|
59
59
|
- `frame_search` - Search frames by reference, branch, or ticket
|
|
@@ -66,6 +66,9 @@ This MCP server provides 11 tools for episodic memory management:
|
|
|
66
66
|
- `system_introspect` - Discover Lex capabilities and state
|
|
67
67
|
- `help` - Usage help and examples
|
|
68
68
|
- `hints_get` - Retrieve error recovery hints
|
|
69
|
+
- `contradictions_scan` - Detect conflicting information across frames
|
|
70
|
+
- `db_stats` - Database statistics and activity metrics
|
|
71
|
+
- `turncost_calculate` - Turn Cost governance metrics
|
|
69
72
|
|
|
70
73
|
## Learn More
|
|
71
74
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smartergpt/lex-mcp",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.2",
|
|
4
4
|
"description": "MCP server for Lex episodic memory - stdio transport wrapper",
|
|
5
5
|
"mcpName": "dev.smartergpt/lex",
|
|
6
6
|
"type": "module",
|
|
@@ -24,8 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"repository": {
|
|
26
26
|
"type": "git",
|
|
27
|
-
"url": "https://github.com/Guffawaffle/lex.git"
|
|
28
|
-
"directory": "lex-mcp"
|
|
27
|
+
"url": "https://github.com/Guffawaffle/lex-mcp.git"
|
|
29
28
|
},
|
|
30
29
|
"keywords": [
|
|
31
30
|
"mcp",
|