@temporal-cortex/cortex-mcp 0.1.1 → 0.2.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.
- package/package.json +10 -8
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@temporal-cortex/cortex-mcp",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "MCP server
|
|
3
|
+
"version": "0.2.0",
|
|
4
|
+
"description": "MCP server with 11 deterministic calendar and temporal tools — temporal context, datetime resolution, atomic booking, RRULE expansion, and availability merging",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -20,7 +20,9 @@
|
|
|
20
20
|
"scheduling",
|
|
21
21
|
"booking",
|
|
22
22
|
"rrule",
|
|
23
|
-
"availability"
|
|
23
|
+
"availability",
|
|
24
|
+
"timezone",
|
|
25
|
+
"datetime"
|
|
24
26
|
],
|
|
25
27
|
"bin": {
|
|
26
28
|
"cortex-mcp": "bin/run.js"
|
|
@@ -33,11 +35,11 @@
|
|
|
33
35
|
"postinstall": "node scripts/postinstall.js"
|
|
34
36
|
},
|
|
35
37
|
"optionalDependencies": {
|
|
36
|
-
"@temporal-cortex/cortex-mcp-darwin-arm64": "0.
|
|
37
|
-
"@temporal-cortex/cortex-mcp-darwin-x64": "0.
|
|
38
|
-
"@temporal-cortex/cortex-mcp-linux-x64": "0.
|
|
39
|
-
"@temporal-cortex/cortex-mcp-linux-arm64": "0.
|
|
40
|
-
"@temporal-cortex/cortex-mcp-win32-x64": "0.
|
|
38
|
+
"@temporal-cortex/cortex-mcp-darwin-arm64": "0.2.0",
|
|
39
|
+
"@temporal-cortex/cortex-mcp-darwin-x64": "0.2.0",
|
|
40
|
+
"@temporal-cortex/cortex-mcp-linux-x64": "0.2.0",
|
|
41
|
+
"@temporal-cortex/cortex-mcp-linux-arm64": "0.2.0",
|
|
42
|
+
"@temporal-cortex/cortex-mcp-win32-x64": "0.2.0"
|
|
41
43
|
},
|
|
42
44
|
"engines": {
|
|
43
45
|
"node": ">=18"
|