@cleocode/mcp-server 0.87.0 → 0.87.1
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 +2 -2
package/package.json
CHANGED
package/server.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "io.github.kryptobaseddev/cleo-mcp-server",
|
|
4
4
|
"title": "CLEO MCP Server",
|
|
5
5
|
"description": "Task management protocol for solo developers and AI coding agents with 2-gateway CQRS pattern",
|
|
6
|
-
"version": "0.87.
|
|
6
|
+
"version": "0.87.1",
|
|
7
7
|
"websiteUrl": "https://github.com/kryptobaseddev/cleo",
|
|
8
8
|
"repository": {
|
|
9
9
|
"url": "https://github.com/kryptobaseddev/cleo.git",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
{
|
|
15
15
|
"registryType": "npm",
|
|
16
16
|
"identifier": "@cleocode/mcp-server",
|
|
17
|
-
"version": "0.87.
|
|
17
|
+
"version": "0.87.1",
|
|
18
18
|
"transport": {
|
|
19
19
|
"type": "stdio"
|
|
20
20
|
},
|