claude-autopm 1.15.0 → 1.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.
Files changed (52) hide show
  1. package/README.md +8 -8
  2. package/autopm/.claude/agents/cloud/aws-cloud-architect.md +3 -3
  3. package/autopm/.claude/agents/cloud/azure-cloud-architect.md +3 -3
  4. package/autopm/.claude/agents/cloud/gcp-cloud-architect.md +3 -3
  5. package/autopm/.claude/agents/cloud/gcp-cloud-functions-engineer.md +4 -4
  6. package/autopm/.claude/agents/cloud/gemini-api-expert.md +3 -3
  7. package/autopm/.claude/agents/cloud/kubernetes-orchestrator.md +3 -3
  8. package/autopm/.claude/agents/cloud/openai-python-expert.md +3 -3
  9. package/autopm/.claude/agents/cloud/terraform-infrastructure-expert.md +4 -4
  10. package/autopm/.claude/agents/core/agent-manager.md +4 -4
  11. package/autopm/.claude/agents/core/code-analyzer.md +4 -4
  12. package/autopm/.claude/agents/core/file-analyzer.md +4 -4
  13. package/autopm/.claude/agents/core/mcp-manager.md +2 -2
  14. package/autopm/.claude/agents/core/parallel-worker.md +4 -4
  15. package/autopm/.claude/agents/core/test-runner.md +4 -4
  16. package/autopm/.claude/agents/data/airflow-orchestration-expert.md +3 -3
  17. package/autopm/.claude/agents/data/kedro-pipeline-expert.md +2 -2
  18. package/autopm/.claude/agents/data/langgraph-workflow-expert.md +3 -3
  19. package/autopm/.claude/agents/databases/bigquery-expert.md +4 -4
  20. package/autopm/.claude/agents/databases/cosmosdb-expert.md +4 -4
  21. package/autopm/.claude/agents/databases/mongodb-expert.md +4 -4
  22. package/autopm/.claude/agents/databases/postgresql-expert.md +4 -4
  23. package/autopm/.claude/agents/databases/redis-expert.md +3 -3
  24. package/autopm/.claude/agents/devops/azure-devops-specialist.md +3 -3
  25. package/autopm/.claude/agents/devops/docker-containerization-expert.md +4 -4
  26. package/autopm/.claude/agents/devops/observability-engineer.md +4 -4
  27. package/autopm/.claude/agents/devops/ssh-operations-expert.md +3 -3
  28. package/autopm/.claude/agents/devops/traefik-proxy-expert.md +3 -3
  29. package/autopm/.claude/agents/frameworks/e2e-test-engineer.md +4 -4
  30. package/autopm/.claude/agents/frameworks/nats-messaging-expert.md +2 -2
  31. package/autopm/.claude/agents/frameworks/react-frontend-engineer.md +3 -3
  32. package/autopm/.claude/agents/frameworks/react-ui-expert.md +4 -4
  33. package/autopm/.claude/agents/frameworks/tailwindcss-expert.md +4 -4
  34. package/autopm/.claude/agents/frameworks/ux-design-expert.md +4 -4
  35. package/autopm/.claude/agents/integration/message-queue-engineer.md +4 -4
  36. package/autopm/.claude/agents/languages/bash-scripting-expert.md +4 -4
  37. package/autopm/.claude/agents/languages/javascript-frontend-engineer.md +4 -4
  38. package/autopm/.claude/agents/languages/nodejs-backend-engineer.md +4 -4
  39. package/autopm/.claude/agents/languages/python-backend-engineer.md +3 -3
  40. package/autopm/.claude/agents/languages/python-backend-expert.md +4 -4
  41. package/autopm/.claude/agents/testing/frontend-testing-engineer.md +4 -4
  42. package/autopm/.claude/examples/mcp/README.md +11 -15
  43. package/autopm/.claude/examples/mcp/context7.md +205 -0
  44. package/autopm/.claude/examples/mcp-servers.example.json +11 -28
  45. package/autopm/.claude/mcp/MCP-REGISTRY.md +10 -15
  46. package/autopm/.claude/rules/agent-coordination.md +5 -5
  47. package/bin/autopm.js +2 -2
  48. package/bin/commands/mcp.js +2 -2
  49. package/package.json +1 -1
  50. package/scripts/mcp-handler.js +1 -2
  51. package/autopm/.claude/examples/mcp/context7-codebase.md +0 -267
  52. package/autopm/.claude/examples/mcp/context7-docs.md +0 -190
@@ -13,10 +13,10 @@ Before implementing any Python backend solution, access live documentation throu
13
13
  - **Async**: asyncio, aiohttp, uvloop, concurrent.futures
14
14
 
15
15
  **Documentation Queries:**
16
- - `mcp://context7-docs/python/fastapi` - FastAPI framework
17
- - `mcp://context7-docs/python/sqlalchemy` - SQLAlchemy ORM
18
- - `mcp://context7-docs/python/django` - Django framework
19
- - `mcp://context7-docs/python/pytest` - pytest testing
16
+ - `mcp://context7/python/fastapi` - FastAPI framework
17
+ - `mcp://context7/python/sqlalchemy` - SQLAlchemy ORM
18
+ - `mcp://context7/python/django` - Django framework
19
+ - `mcp://context7/python/pytest` - pytest testing
20
20
 
21
21
  ## Test-Driven Development (TDD) Methodology
22
22
 
@@ -27,10 +27,10 @@ Before implementing any testing solution, access live documentation through cont
27
27
  - **Best Practices**: Testing patterns, mocking strategies, assertion libraries
28
28
 
29
29
  **Documentation Queries:**
30
- - `mcp://context7-docs/javascript/jest` - Jest testing framework
31
- - `mcp://context7-docs/react/testing-library` - React Testing Library
32
- - `mcp://context7-docs/vue/test-utils` - Vue Test Utils
33
- - `mcp://context7-docs/angular/testing` - Angular testing utilities
30
+ - `mcp://context7/javascript/jest` - Jest testing framework
31
+ - `mcp://context7/react/testing-library` - React Testing Library
32
+ - `mcp://context7/vue/test-utils` - Vue Test Utils
33
+ - `mcp://context7/angular/testing` - Angular testing utilities
34
34
 
35
35
  **Core Expertise:**
36
36
 
@@ -12,10 +12,10 @@ These are **EXAMPLES ONLY**. They are NOT automatically installed or enabled.
12
12
 
13
13
  ```bash
14
14
  # Copy a specific example to your project's .claude/mcp/ directory
15
- cp .claude/examples/mcp/context7-docs.md .claude/mcp/
15
+ cp .claude/examples/mcp/context7.md .claude/mcp/
16
16
 
17
17
  # Then enable it
18
- autopm mcp enable context7-docs
18
+ autopm mcp enable context7
19
19
 
20
20
  # And sync
21
21
  autopm mcp sync
@@ -42,9 +42,8 @@ autopm mcp add
42
42
 
43
43
  ## 📚 Available Examples
44
44
 
45
- ### Context7 Servers
46
- - **context7-docs.md** - Documentation server for technical docs
47
- - **context7-codebase.md** - Codebase analysis and navigation
45
+ ### Documentation Servers
46
+ - **context7.md** - Context7 up-to-date documentation database
48
47
 
49
48
  ### Integration Servers
50
49
  - **github-mcp.md** - GitHub repository management
@@ -77,21 +76,18 @@ Make sure to:
77
76
 
78
77
  ```bash
79
78
  # 1. Copy example
80
- cp .claude/examples/mcp/context7-docs.md .claude/mcp/
79
+ cp .claude/examples/mcp/context7.md .claude/mcp/
81
80
 
82
- # 2. Set up environment variables
83
- echo "CONTEXT7_API_KEY=your-key-here" >> .claude/.env
81
+ # 2. Enable the server
82
+ autopm mcp enable context7
84
83
 
85
- # 3. Enable the server
86
- autopm mcp enable context7-docs
87
-
88
- # 4. Sync configuration
84
+ # 3. Sync configuration
89
85
  autopm mcp sync
90
86
 
91
- # 5. Test the connection
92
- autopm mcp test context7-docs
87
+ # 4. Test the connection
88
+ autopm mcp test context7
93
89
 
94
- # 6. Check status
90
+ # 5. Check status
95
91
  autopm mcp status
96
92
  ```
97
93
 
@@ -0,0 +1,205 @@
1
+ ---
2
+ name: context7
3
+ command: npx
4
+ args: ["-y", "@upstash/context7-mcp"]
5
+ description: MCP server for Context7 - Up-to-date documentation database
6
+ category: documentation
7
+ status: inactive
8
+ env:
9
+ DEFAULT_MINIMUM_TOKENS: "${DEFAULT_MINIMUM_TOKENS:-10000}"
10
+ ---
11
+
12
+ # Context7 MCP Server
13
+
14
+ Official MCP server for [Context7](https://context7.com) - provides up-to-date documentation for libraries and frameworks.
15
+
16
+ ## 🎯 Features
17
+
18
+ - **Up-to-date Documentation**: Always current library documentation
19
+ - **Smart Search**: Resolve library names to Context7 IDs
20
+ - **Token Control**: Configure minimum tokens for documentation retrieval
21
+ - **Multi-library Support**: Access documentation for any supported library
22
+
23
+ ## 📦 Installation
24
+
25
+ ### Option 1: Using AutoPM (Recommended)
26
+
27
+ ```bash
28
+ # Install from npm with automatic configuration
29
+ autopm mcp install @upstash/context7-mcp --enable
30
+
31
+ # Configure API key
32
+ echo "CONTEXT7_API_KEY=your-key-here" >> .claude/.env
33
+
34
+ # Test connection
35
+ autopm mcp test context7
36
+ ```
37
+
38
+ ### Option 2: Manual Setup
39
+
40
+ ```bash
41
+ # Copy this example to your project
42
+ cp .claude/examples/mcp/context7.md .claude/mcp/
43
+
44
+ # Enable the server
45
+ autopm mcp enable context7
46
+
47
+ # Sync configuration
48
+ autopm mcp sync
49
+ ```
50
+
51
+ ## 🔑 Configuration
52
+
53
+ ### Environment Variables
54
+
55
+ Add to `.claude/.env`:
56
+
57
+ ```bash
58
+ # Optional: Minimum tokens for documentation retrieval (default: 10000)
59
+ DEFAULT_MINIMUM_TOKENS=10000
60
+ ```
61
+
62
+ Note: Context7 API key is not required for basic usage.
63
+
64
+ ## 🔧 Available Tools
65
+
66
+ ### 1. `resolve-library-id`
67
+ Resolves a general library name into a Context7-compatible library ID.
68
+
69
+ **Example:**
70
+ ```
71
+ Library: "react" → ID: "react/latest"
72
+ Library: "nextjs" → ID: "next/latest"
73
+ ```
74
+
75
+ ### 2. `get-library-docs`
76
+ Fetches documentation for a library using a Context7-compatible library ID.
77
+
78
+ **Parameters:**
79
+ - `libraryId` (required): Context7 library ID (e.g., "react/latest")
80
+ - `topic` (optional): Specific topic to focus on
81
+ - `tokens` (optional): Minimum tokens to retrieve (default: 10000)
82
+
83
+ **Example:**
84
+ ```
85
+ get-library-docs("react/latest", topic="hooks")
86
+ get-library-docs("nextjs/14", topic="app-router", tokens=15000)
87
+ ```
88
+
89
+ ## 📚 Usage in Agent Definitions
90
+
91
+ Reference Context7 documentation in your agents:
92
+
93
+ ```markdown
94
+ ## MCP Servers Used
95
+
96
+ This agent uses Context7 for up-to-date documentation:
97
+ - `mcp://context7/react/latest` - React documentation
98
+ - `mcp://context7/nextjs/14` - Next.js 14 documentation
99
+ - `mcp://context7/typescript/latest` - TypeScript reference
100
+ ```
101
+
102
+ ## 🧪 Testing
103
+
104
+ ```bash
105
+ # Test the connection
106
+ autopm mcp test context7
107
+
108
+ # Check status
109
+ autopm mcp status
110
+
111
+ # Verify in Claude Code
112
+ /mcp
113
+ ```
114
+
115
+ ## 🔐 Security
116
+
117
+ - Context7 MCP server does not require authentication for basic usage
118
+ - Never commit `.claude/.env` with sensitive data
119
+ - Review Context7's [privacy policy](https://context7.com/privacy)
120
+
121
+ ## 📖 Supported Libraries
122
+
123
+ Context7 supports hundreds of libraries including:
124
+ - **Frontend**: React, Vue, Angular, Svelte, Next.js
125
+ - **Backend**: Express, Fastify, NestJS, Django, Flask
126
+ - **Databases**: PostgreSQL, MongoDB, Redis, MySQL
127
+ - **Cloud**: AWS, Azure, GCP services
128
+ - **And many more...**
129
+
130
+ Visit [Context7](https://context7.com) to browse all available documentation.
131
+
132
+ ## 🆘 Troubleshooting
133
+
134
+ ### Server Not Starting
135
+
136
+ ```bash
137
+ # Check npm package is available
138
+ npm view @upstash/context7-mcp
139
+
140
+ # Reinstall
141
+ npm install -g @upstash/context7-mcp
142
+
143
+ # Test manually
144
+ npx -y @upstash/context7-mcp
145
+ ```
146
+
147
+ ### Library Not Found
148
+
149
+ Use `resolve-library-id` to find the correct library ID:
150
+ ```
151
+ resolve-library-id("your-library-name")
152
+ ```
153
+
154
+ ### Token Limit Issues
155
+
156
+ Adjust `DEFAULT_MINIMUM_TOKENS` in your environment:
157
+ ```bash
158
+ echo "DEFAULT_MINIMUM_TOKENS=5000" >> .claude/.env
159
+ ```
160
+
161
+ ## 🔗 Links
162
+
163
+ - **NPM Package**: https://www.npmjs.com/package/@upstash/context7-mcp
164
+ - **GitHub**: https://github.com/upstash/context7
165
+ - **Context7 Website**: https://context7.com
166
+ - **Documentation**: https://upstash.com/docs/redis/integrations/mcp
167
+ - **Blog Post**: https://upstash.com/blog/context7-mcp
168
+
169
+ ## 📝 Example Agent Configuration
170
+
171
+ ```markdown
172
+ ---
173
+ name: react-expert
174
+ description: React development expert with Context7 documentation
175
+ mcpServers:
176
+ - context7
177
+ ---
178
+
179
+ # React Expert Agent
180
+
181
+ This agent has access to:
182
+ - `mcp://context7/react/latest` - Current React documentation
183
+ - `mcp://context7/react-router/latest` - React Router docs
184
+ - `mcp://context7/redux/latest` - Redux documentation
185
+ ```
186
+
187
+ ## 🎓 Best Practices
188
+
189
+ 1. **Use Specific Library IDs**: `react/18` instead of `react/latest` for stability
190
+ 2. **Configure Token Limits**: Adjust based on your needs
191
+ 3. **Cache Results**: Context7 provides fresh docs but cache for performance
192
+ 4. **Topic Filtering**: Use specific topics to reduce token usage
193
+ 5. **Test Regularly**: Ensure documentation sources are accessible
194
+
195
+ ## 🆕 Updates
196
+
197
+ Context7 MCP server is actively maintained by Upstash. Check for updates:
198
+
199
+ ```bash
200
+ npm update -g @upstash/context7-mcp
201
+ ```
202
+
203
+ ---
204
+
205
+ **Need help?** Visit [Context7 documentation](https://context7.com) or [Upstash support](https://upstash.com/support)
@@ -1,28 +1,11 @@
1
1
  {
2
2
  "mcpServers": {
3
- "context7-docs": {
3
+ "context7": {
4
4
  "command": "npx",
5
- "args": ["@upstash/context7-mcp"],
5
+ "args": ["-y", "@upstash/context7-mcp"],
6
6
  "env": {
7
- "CONTEXT7_API_KEY": "${CONTEXT7_API_KEY:-}",
8
- "CONTEXT7_MCP_URL": "${CONTEXT7_MCP_URL:-https://mcp.context7.com/mcp}",
9
- "CONTEXT7_API_URL": "${CONTEXT7_API_URL:-https://context7.com/api/v1}",
10
- "CONTEXT7_WORKSPACE": "${CONTEXT7_WORKSPACE:-}",
11
- "CONTEXT7_MODE": "documentation"
12
- },
13
- "envFile": ".claude/.env"
14
- },
15
- "context7-codebase": {
16
- "command": "npx",
17
- "args": ["@upstash/context7-mcp"],
18
- "env": {
19
- "CONTEXT7_API_KEY": "${CONTEXT7_API_KEY:-}",
20
- "CONTEXT7_MCP_URL": "${CONTEXT7_MCP_URL:-https://mcp.context7.com/mcp}",
21
- "CONTEXT7_API_URL": "${CONTEXT7_API_URL:-https://context7.com/api/v1}",
22
- "CONTEXT7_WORKSPACE": "${CONTEXT7_WORKSPACE:-}",
23
- "CONTEXT7_MODE": "codebase"
24
- },
25
- "envFile": ".claude/.env"
7
+ "DEFAULT_MINIMUM_TOKENS": "${DEFAULT_MINIMUM_TOKENS:-10000}"
8
+ }
26
9
  },
27
10
  "playwright-mcp": {
28
11
  "command": "npx",
@@ -37,7 +20,7 @@
37
20
  "python-docs": {
38
21
  "type": "shared",
39
22
  "agents": ["python-backend-engineer", "mcp-context-manager"],
40
- "sources": ["context7-docs"],
23
+ "sources": ["context7"],
41
24
  "filters": ["fastapi", "sqlalchemy", "pydantic", "uvicorn", "pytest"],
42
25
  "maxSize": "100MB",
43
26
  "retention": "7d",
@@ -46,7 +29,7 @@
46
29
  "azure-docs": {
47
30
  "type": "shared",
48
31
  "agents": ["azure-devops-specialist", "mcp-context-manager"],
49
- "sources": ["context7-docs"],
32
+ "sources": ["context7"],
50
33
  "filters": ["azure-devops", "rest-api", "work-items", "pipelines"],
51
34
  "maxSize": "75MB",
52
35
  "retention": "7d",
@@ -55,7 +38,7 @@
55
38
  "react-docs": {
56
39
  "type": "shared",
57
40
  "agents": ["react-frontend-engineer", "playwright-test-engineer"],
58
- "sources": ["context7-docs"],
41
+ "sources": ["context7"],
59
42
  "filters": ["react", "nextjs", "typescript", "tailwind", "vite"],
60
43
  "maxSize": "75MB",
61
44
  "retention": "7d",
@@ -64,7 +47,7 @@
64
47
  "cloud-docs": {
65
48
  "type": "shared",
66
49
  "agents": ["gcp-cloud-architect", "azure-cloud-architect", "aws-cloud-architect"],
67
- "sources": ["context7-docs"],
50
+ "sources": ["context7"],
68
51
  "filters": ["terraform", "kubernetes", "docker", "helm"],
69
52
  "maxSize": "150MB",
70
53
  "retention": "7d",
@@ -73,7 +56,7 @@
73
56
  "devops-context": {
74
57
  "type": "shared",
75
58
  "agents": ["github-operations-specialist", "kubernetes-orchestrator", "azure-devops-specialist"],
76
- "sources": ["context7-docs"],
59
+ "sources": ["context7"],
77
60
  "filters": ["github-actions", "kubernetes", "ci-cd"],
78
61
  "maxSize": "100MB",
79
62
  "retention": "7d",
@@ -82,7 +65,7 @@
82
65
  "testing-context": {
83
66
  "type": "shared",
84
67
  "agents": ["playwright-test-engineer", "test-runner"],
85
- "sources": ["context7-docs", "playwright-mcp"],
68
+ "sources": ["context7", "playwright-mcp"],
86
69
  "filters": ["playwright", "testing", "e2e"],
87
70
  "maxSize": "50MB",
88
71
  "retention": "7d",
@@ -91,7 +74,7 @@
91
74
  "project-context": {
92
75
  "type": "persistent",
93
76
  "agents": ["python-backend-engineer", "react-frontend-engineer", "azure-devops-specialist", "code-analyzer"],
94
- "sources": ["context7-codebase"],
77
+ "sources": ["context7"],
95
78
  "maxSize": "300MB",
96
79
  "retention": "30d",
97
80
  "refresh": "on-change"
@@ -10,15 +10,10 @@ This document provides guidance on MCP (Model Context Protocol) server managemen
10
10
 
11
11
  Example MCP server configurations are available in `.claude/examples/mcp/`:
12
12
 
13
- ### context7-docs
14
- **Description**: Context7 documentation server for accessing technical documentation
15
- **Use Cases**: API documentation, framework guides, technical references
16
- **Example**: `.claude/examples/mcp/context7-docs.md`
17
-
18
- ### context7-codebase
19
- **Description**: Context7 codebase server for project code analysis
20
- **Use Cases**: Code navigation, project analysis, dependency tracking
21
- **Example**: `.claude/examples/mcp/context7-codebase.md`
13
+ ### context7
14
+ **Description**: Context7 MCP server - up-to-date documentation database for any library or framework
15
+ **Use Cases**: API documentation, framework guides, technical references, library lookups
16
+ **Example**: `.claude/examples/mcp/context7.md`
22
17
 
23
18
  ### playwright-mcp
24
19
  **Description**: Playwright MCP server for browser automation and testing
@@ -90,7 +85,7 @@ autopm mcp uninstall filesystem
90
85
  autopm mcp uninstall memory --keep-package
91
86
 
92
87
  # Force removal even if active
93
- autopm mcp uninstall context7-docs --force
88
+ autopm mcp uninstall context7 --force
94
89
  ```
95
90
 
96
91
  ### ➕ Adding Servers (Manual)
@@ -103,7 +98,7 @@ autopm mcp add
103
98
  **Option 2: Copy from Examples**
104
99
  ```bash
105
100
  # Copy an example to your project
106
- cp .claude/examples/mcp/context7-docs.md .claude/mcp/
101
+ cp .claude/examples/mcp/context7.md .claude/mcp/
107
102
 
108
103
  # Or from installed framework
109
104
  cp /path/to/framework/autopm/.claude/examples/mcp/github-mcp.md .claude/mcp/
@@ -119,7 +114,7 @@ autopm mcp enable <server-name>
119
114
  autopm mcp disable <server-name>
120
115
 
121
116
  # Enable multiple servers
122
- autopm mcp enable context7-docs context7-codebase playwright-mcp
117
+ autopm mcp enable context7 context7 playwright-mcp
123
118
  ```
124
119
 
125
120
  ### 📋 Listing Servers
@@ -209,19 +204,19 @@ Example usage...
209
204
  autopm mcp list
210
205
 
211
206
  # 2. Copy an example server you want to use
212
- cp .claude/examples/mcp/context7-docs.md .claude/mcp/
207
+ cp .claude/examples/mcp/context7.md .claude/mcp/
213
208
 
214
209
  # 3. Configure environment variables if needed
215
210
  nano .claude/.env
216
211
 
217
212
  # 4. Enable the server
218
- autopm mcp enable context7-docs
213
+ autopm mcp enable context7
219
214
 
220
215
  # 5. Sync configuration
221
216
  autopm mcp sync
222
217
 
223
218
  # 6. Test the server
224
- autopm mcp test context7-docs
219
+ autopm mcp test context7
225
220
  ```
226
221
 
227
222
  ## 🔐 Security Considerations
@@ -104,31 +104,31 @@ Notes: Added rate limiting middleware
104
104
  ```yaml
105
105
  backend-context:
106
106
  agents: [python-backend-expert, database-architect]
107
- sources: [context7-docs, context7-codebase]
107
+ sources: [context7, context7]
108
108
  filters: [python, fastapi, flask, django, sqlalchemy, databases]
109
109
  persistence: true
110
110
 
111
111
  frontend-context:
112
112
  agents: [react-ui-expert, e2e-test-engineer]
113
- sources: [context7-docs, context7-codebase]
113
+ sources: [context7, context7]
114
114
  filters: [react, typescript, ui-frameworks, testing]
115
115
  persistence: true
116
116
 
117
117
  infrastructure-context:
118
118
  agents: [multi-cloud-architect, kubernetes-orchestrator, docker-containerization-expert]
119
- sources: [context7-docs, terraform-registry]
119
+ sources: [context7, terraform-registry]
120
120
  filters: [terraform, kubernetes, docker, cloud-providers]
121
121
  persistence: true
122
122
 
123
123
  devops-context:
124
124
  agents: [github-operations-specialist, mcp-context-manager]
125
- sources: [context7-docs, github-mcp]
125
+ sources: [context7, github-mcp]
126
126
  filters: [ci-cd, github-actions, azure-devops]
127
127
  persistence: false
128
128
 
129
129
  project-context:
130
130
  agents: [ALL]
131
- sources: [context7-codebase]
131
+ sources: [context7]
132
132
  persistence: true
133
133
  shared: true
134
134
  auto-refresh: true
package/bin/autopm.js CHANGED
@@ -257,7 +257,7 @@ function main() {
257
257
  🔌 MCP (Model Context Protocol) Management:
258
258
  # List and manage MCP servers
259
259
  autopm mcp list # List all available MCP servers
260
- autopm mcp enable context7-docs # Enable documentation server
260
+ autopm mcp enable context7 # Enable documentation server
261
261
  autopm mcp sync # Sync configuration to .claude/mcp-servers.json
262
262
 
263
263
  # Agent Analysis
@@ -269,7 +269,7 @@ function main() {
269
269
  # Configuration & Diagnostics
270
270
  autopm mcp setup # Interactive API key setup
271
271
  autopm mcp diagnose # Run comprehensive diagnostics
272
- autopm mcp test context7-docs # Test MCP server connection
272
+ autopm mcp test context7 # Test MCP server connection
273
273
  autopm mcp status # Show all MCP servers status
274
274
 
275
275
  🔑 Token Setup:
@@ -70,14 +70,14 @@ module.exports = {
70
70
  .example('autopm mcp install @modelcontextprotocol/server-filesystem', 'Install MCP server from npm')
71
71
  .example('autopm mcp install @upstash/context7-mcp --enable', 'Install and enable immediately')
72
72
  .example('autopm mcp uninstall filesystem', 'Uninstall MCP server')
73
- .example('autopm mcp enable context7-docs', 'Enable context7 documentation server')
73
+ .example('autopm mcp enable context7', 'Enable context7 documentation server')
74
74
  .example('autopm mcp agents', 'List all agents using MCP')
75
75
  .example('autopm mcp agent react-frontend-engineer', 'Show MCP config for specific agent')
76
76
  .example('autopm mcp usage', 'Show MCP usage statistics')
77
77
  .example('autopm mcp setup', 'Interactive API key setup')
78
78
  .example('autopm mcp check', 'Quick MCP configuration check')
79
79
  .example('autopm mcp diagnose', 'Run MCP diagnostics')
80
- .example('autopm mcp test context7-docs', 'Test MCP server connection')
80
+ .example('autopm mcp test context7', 'Test MCP server connection')
81
81
  .example('autopm mcp tree', 'Show agent-MCP dependency tree')
82
82
  .example('autopm mcp status', 'Show MCP servers status');
83
83
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-autopm",
3
- "version": "1.15.0",
3
+ "version": "1.15.2",
4
4
  "description": "Autonomous Project Management Framework for Claude Code - Advanced AI-powered development automation",
5
5
  "main": "bin/autopm.js",
6
6
  "bin": {
@@ -1594,8 +1594,7 @@ ${pkg.repository?.url ? `- Repository: ${pkg.repository.url}` : ''}
1594
1594
  */
1595
1595
  _getCredentialInfo(serverName) {
1596
1596
  const info = {
1597
- 'context7-docs': '→ Sign up at https://context7.com and get API key from dashboard',
1598
- 'context7-codebase': '→ Same credentials as context7-docs',
1597
+ 'context7': '→ Sign up at https://context7.com and get API key from dashboard',
1599
1598
  'github-mcp': '→ Generate token at https://github.com/settings/tokens',
1600
1599
  'playwright-mcp': '→ No credentials needed - uses local Playwright installation'
1601
1600
  };