claude-autopm 1.13.9 → 1.13.11
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.
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"mcpServers": {
|
|
3
3
|
"context7-docs": {
|
|
4
4
|
"command": "npx",
|
|
5
|
-
"args": ["@context7
|
|
5
|
+
"args": ["@upstash/context7-mcp"],
|
|
6
6
|
"env": {
|
|
7
7
|
"CONTEXT7_API_KEY": "${CONTEXT7_API_KEY:-}",
|
|
8
8
|
"CONTEXT7_MCP_URL": "${CONTEXT7_MCP_URL:-https://mcp.context7.com/mcp}",
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
"envFile": ".claude/.env"
|
|
14
14
|
},
|
|
15
15
|
"context7-codebase": {
|
|
16
|
-
"command": "npx",
|
|
17
|
-
"args": ["@context7
|
|
16
|
+
"command": "npx",
|
|
17
|
+
"args": ["@upstash/context7-mcp"],
|
|
18
18
|
"env": {
|
|
19
19
|
"CONTEXT7_API_KEY": "${CONTEXT7_API_KEY:-}",
|
|
20
20
|
"CONTEXT7_MCP_URL": "${CONTEXT7_MCP_URL:-https://mcp.context7.com/mcp}",
|
|
@@ -26,20 +26,11 @@
|
|
|
26
26
|
},
|
|
27
27
|
"playwright-mcp": {
|
|
28
28
|
"command": "npx",
|
|
29
|
-
"args": ["@playwright/mcp
|
|
29
|
+
"args": ["@playwright/mcp"],
|
|
30
30
|
"env": {
|
|
31
31
|
"PLAYWRIGHT_BROWSER": "chromium",
|
|
32
32
|
"PLAYWRIGHT_HEADLESS": "true"
|
|
33
33
|
}
|
|
34
|
-
},
|
|
35
|
-
"github-mcp": {
|
|
36
|
-
"command": "npx",
|
|
37
|
-
"args": ["@modelcontextprotocol/server-github"],
|
|
38
|
-
"env": {
|
|
39
|
-
"GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_TOKEN:-}",
|
|
40
|
-
"GITHUB_API_URL": "https://api.github.com"
|
|
41
|
-
},
|
|
42
|
-
"envFile": ".claude/.env"
|
|
43
34
|
}
|
|
44
35
|
},
|
|
45
36
|
"contextPools": {
|
|
@@ -82,9 +73,9 @@
|
|
|
82
73
|
"devops-context": {
|
|
83
74
|
"type": "shared",
|
|
84
75
|
"agents": ["github-operations-specialist", "kubernetes-orchestrator", "azure-devops-specialist"],
|
|
85
|
-
"sources": ["context7-docs"
|
|
76
|
+
"sources": ["context7-docs"],
|
|
86
77
|
"filters": ["github-actions", "kubernetes", "ci-cd"],
|
|
87
|
-
"maxSize": "100MB",
|
|
78
|
+
"maxSize": "100MB",
|
|
88
79
|
"retention": "7d",
|
|
89
80
|
"refresh": "daily"
|
|
90
81
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-autopm",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.11",
|
|
4
4
|
"description": "Autonomous Project Management Framework for Claude Code - Advanced AI-powered development automation",
|
|
5
5
|
"main": "bin/autopm.js",
|
|
6
6
|
"bin": {
|
|
@@ -148,9 +148,8 @@
|
|
|
148
148
|
"sinon": "^21.0.0"
|
|
149
149
|
},
|
|
150
150
|
"optionalDependencies": {
|
|
151
|
-
"@context7
|
|
152
|
-
"@
|
|
153
|
-
"@playwright/mcp-server": "^1.0.0"
|
|
151
|
+
"@upstash/context7-mcp": "^1.0.0",
|
|
152
|
+
"@playwright/mcp": "^0.0.40"
|
|
154
153
|
},
|
|
155
154
|
"publishConfig": {
|
|
156
155
|
"access": "public",
|