@cleocode/cleo 2026.3.6 → 2026.3.7
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/package.json +1 -1
- package/server.json +4 -4
package/package.json
CHANGED
package/server.json
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
|
3
3
|
"name": "io.github.kryptobaseddev/cleo-mcp-server",
|
|
4
4
|
"title": "CLEO MCP Server",
|
|
5
|
-
"description": "Task management for solo developers and AI coding agents —
|
|
6
|
-
"version": "2026.
|
|
5
|
+
"description": "Task management for solo developers and AI coding agents — CQRS pattern, 177 operations",
|
|
6
|
+
"version": "2026.3.7",
|
|
7
7
|
"websiteUrl": "https://github.com/kryptobaseddev/cleo",
|
|
8
8
|
"repository": {
|
|
9
9
|
"url": "https://github.com/kryptobaseddev/cleo.git",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
{
|
|
14
14
|
"registryType": "npm",
|
|
15
15
|
"identifier": "@cleocode/cleo",
|
|
16
|
-
"version": "2026.
|
|
16
|
+
"version": "2026.3.7",
|
|
17
17
|
"transport": {
|
|
18
18
|
"type": "stdio"
|
|
19
19
|
},
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
],
|
|
48
48
|
"features": [
|
|
49
49
|
"CQRS 2-gateway pattern (94% token reduction vs traditional MCP tool approach)",
|
|
50
|
-
"
|
|
50
|
+
"177 operations across 11 domains",
|
|
51
51
|
"Anti-hallucination validation on all task operations",
|
|
52
52
|
"Atomic file operations with backup and rollback"
|
|
53
53
|
],
|