@somosocta/tasker-mcp-server 1.3.0 → 1.3.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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@somosocta/tasker-mcp-server",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"description": "MCP Server para integração do Tasker com agentes de IA (Claude, Kiro, Cursor, Copilot)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
],
|
|
31
31
|
"repository": {
|
|
32
32
|
"type": "git",
|
|
33
|
-
"url": "https://github.com/Octa-Corp/tasker.git",
|
|
33
|
+
"url": "git+https://github.com/Octa-Corp/tasker.git",
|
|
34
34
|
"directory": "packages/mcp-server"
|
|
35
35
|
},
|
|
36
36
|
"publishConfig": {
|