@guru-ai-product/ai-product-kit 0.2.251113165922 → 0.2.251113170245
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/README.md +3 -3
- package/package.json +1 -1
- package/skills/aipk_design/GURU_AI.md +1 -1
- package/skills/aipk_development/GURU_AI.md +1 -1
- package/skills/aipk_init_project/GURU_AI.md +3 -3
- package/skills/aipk_operations/GURU_AI.md +1 -1
- package/skills/aipk_requirements/GURU_AI.md +1 -1
- package/skills/aipk_skill_generate/GURU_AI.md +1 -1
- package/skills/aipk_tool_prompts/GURU_AI.md +1 -1
package/README.md
CHANGED
|
@@ -110,7 +110,7 @@ Add this configuration to your MCP client so you can access AI Product Kit skill
|
|
|
110
110
|
```toml
|
|
111
111
|
[mcp_servers.ai_product_kit]
|
|
112
112
|
command = "npx"
|
|
113
|
-
args = ["-y", "@guru-ai-product/ai-product-kit@latest", "ai-product-kit-mcp"]
|
|
113
|
+
args = ["-y", "-p", "@guru-ai-product/ai-product-kit@latest", "ai-product-kit-mcp"]
|
|
114
114
|
timeout = 60
|
|
115
115
|
```
|
|
116
116
|
|
|
@@ -121,7 +121,7 @@ timeout = 60
|
|
|
121
121
|
"mcpServers": {
|
|
122
122
|
"ai-product-kit": {
|
|
123
123
|
"command": "npx",
|
|
124
|
-
"args": ["-y", "@guru-ai-product/ai-product-kit@latest", "ai-product-kit-mcp"]
|
|
124
|
+
"args": ["-y", "-p", "@guru-ai-product/ai-product-kit@latest", "ai-product-kit-mcp"]
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
127
|
}
|
|
@@ -129,7 +129,7 @@ timeout = 60
|
|
|
129
129
|
|
|
130
130
|
**Other MCP Clients** – use the same pattern:
|
|
131
131
|
- Command: `npx`
|
|
132
|
-
- Arguments: `["-y", "@guru-ai-product/ai-product-kit@latest", "ai-product-kit-mcp"]`
|
|
132
|
+
- Arguments: `["-y", "-p", "@guru-ai-product/ai-product-kit@latest", "ai-product-kit-mcp"]`
|
|
133
133
|
|
|
134
134
|
##### Option B: Using Local Installation
|
|
135
135
|
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# GURU AI Snapshot
|
|
2
2
|
|
|
3
|
-
Last refreshed: 2025-11-
|
|
3
|
+
Last refreshed: 2025-11-13T09:02:45.464Z
|
|
4
4
|
|
|
5
5
|
| File | Last Modified (UTC) |
|
|
6
6
|
| --- | --- |
|
|
7
7
|
| `scripts/check_agents.sh` | 2025-11-13T04:11:11.782Z |
|
|
8
8
|
| `SKILL.md` | 2025-11-13T07:34:56.198Z |
|
|
9
|
-
| `template/AGENTS_TEMPLATE_MCP.md` | 2025-11-
|
|
10
|
-
| `template/AGENTS_TEMPLATE.md` | 2025-11-
|
|
9
|
+
| `template/AGENTS_TEMPLATE_MCP.md` | 2025-11-13T09:02:45.430Z |
|
|
10
|
+
| `template/AGENTS_TEMPLATE.md` | 2025-11-13T09:02:45.424Z |
|