@aioproductoscom/mcp 0.15.1 → 0.15.2
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 +1 -1
- package/package.json +3 -4
package/dist/index.js
CHANGED
|
@@ -23,7 +23,7 @@ function text(data) {
|
|
|
23
23
|
function promptMsg(body) {
|
|
24
24
|
return { messages: [{ role: "user", content: { type: "text", text: body } }] };
|
|
25
25
|
}
|
|
26
|
-
const server = new McpServer({ name: "AIOProductOS", version: "0.15.
|
|
26
|
+
const server = new McpServer({ name: "AIOProductOS", version: "0.15.2" }, {
|
|
27
27
|
instructions: "You manage product work on AIOProductOS for the connected member — board, insights, features, and " +
|
|
28
28
|
"analytics all hang off one spine. Call get_pm_playbook first for how to operate: ground in " +
|
|
29
29
|
"get_product_brain, keep work tied to the spine (insight→feature→task→outcome), and prioritize on " +
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aioproductoscom/mcp",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.2",
|
|
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",
|
|
@@ -9,11 +9,10 @@
|
|
|
9
9
|
"homepage": "https://platform.aioproductos.com",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
|
-
"url": "git+https://github.com/
|
|
13
|
-
"directory": "packages/mcps/productos-pm"
|
|
12
|
+
"url": "git+https://github.com/AIOProductOS/claude-plugin.git"
|
|
14
13
|
},
|
|
15
14
|
"bugs": {
|
|
16
|
-
"url": "https://github.com/
|
|
15
|
+
"url": "https://github.com/AIOProductOS/claude-plugin/issues"
|
|
17
16
|
},
|
|
18
17
|
"keywords": [
|
|
19
18
|
"mcp",
|