@aioproductoscom/mcp 0.15.7 → 0.15.8
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/dist/index.js +0 -0
- package/package.json +7 -6
package/dist/index.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aioproductoscom/mcp",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.8",
|
|
4
4
|
"mcpName": "com.aioproductos/mcp",
|
|
5
5
|
"description": "AIOProductOS MCP — manage the board, read your product brain + analytics, and run the support inbox from Claude Code, Cursor, Codex, and any MCP host.",
|
|
6
6
|
"type": "module",
|
|
@@ -37,6 +37,11 @@
|
|
|
37
37
|
"publishConfig": {
|
|
38
38
|
"access": "public"
|
|
39
39
|
},
|
|
40
|
+
"scripts": {
|
|
41
|
+
"build": "tsc",
|
|
42
|
+
"prepublishOnly": "npm run build",
|
|
43
|
+
"start": "node dist/index.js"
|
|
44
|
+
},
|
|
40
45
|
"dependencies": {
|
|
41
46
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
42
47
|
"zod": "^3.23.8"
|
|
@@ -44,9 +49,5 @@
|
|
|
44
49
|
"devDependencies": {
|
|
45
50
|
"@types/node": "^22.7.0",
|
|
46
51
|
"typescript": "^5.6.0"
|
|
47
|
-
},
|
|
48
|
-
"scripts": {
|
|
49
|
-
"build": "tsc",
|
|
50
|
-
"start": "node dist/index.js"
|
|
51
52
|
}
|
|
52
|
-
}
|
|
53
|
+
}
|