@opentask/taskin-task-server-mcp 0.2.3 → 0.2.4
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentask/taskin-task-server-mcp",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.4",
|
|
4
4
|
"description": "Model Context Protocol (MCP) server for task management integration with LLMs",
|
|
5
5
|
"motivation": "Enable LLMs to interact with task management systems",
|
|
6
6
|
"solve": "Provides MCP server implementation for task operations",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@modelcontextprotocol/sdk": "^1.30.0",
|
|
21
|
-
"@opentask/taskin-file-system-provider": "3.2.
|
|
21
|
+
"@opentask/taskin-file-system-provider": "3.2.3",
|
|
22
22
|
"@opentask/taskin-task-manager": "3.0.2",
|
|
23
23
|
"@opentask/taskin-types": "2.1.1"
|
|
24
24
|
},
|