claude-autopm 1.15.0 → 1.15.1
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/autopm/.claude/agents/cloud/aws-cloud-architect.md +3 -3
- package/autopm/.claude/agents/cloud/azure-cloud-architect.md +3 -3
- package/autopm/.claude/agents/cloud/gcp-cloud-architect.md +3 -3
- package/autopm/.claude/agents/cloud/gcp-cloud-functions-engineer.md +4 -4
- package/autopm/.claude/agents/cloud/gemini-api-expert.md +3 -3
- package/autopm/.claude/agents/cloud/kubernetes-orchestrator.md +3 -3
- package/autopm/.claude/agents/cloud/openai-python-expert.md +3 -3
- package/autopm/.claude/agents/cloud/terraform-infrastructure-expert.md +4 -4
- package/autopm/.claude/agents/core/agent-manager.md +4 -4
- package/autopm/.claude/agents/core/code-analyzer.md +4 -4
- package/autopm/.claude/agents/core/file-analyzer.md +4 -4
- package/autopm/.claude/agents/core/mcp-manager.md +2 -2
- package/autopm/.claude/agents/core/parallel-worker.md +4 -4
- package/autopm/.claude/agents/core/test-runner.md +4 -4
- package/autopm/.claude/agents/data/airflow-orchestration-expert.md +3 -3
- package/autopm/.claude/agents/data/kedro-pipeline-expert.md +2 -2
- package/autopm/.claude/agents/data/langgraph-workflow-expert.md +3 -3
- package/autopm/.claude/agents/databases/bigquery-expert.md +4 -4
- package/autopm/.claude/agents/databases/cosmosdb-expert.md +4 -4
- package/autopm/.claude/agents/databases/mongodb-expert.md +4 -4
- package/autopm/.claude/agents/databases/postgresql-expert.md +4 -4
- package/autopm/.claude/agents/databases/redis-expert.md +3 -3
- package/autopm/.claude/agents/devops/azure-devops-specialist.md +3 -3
- package/autopm/.claude/agents/devops/docker-containerization-expert.md +4 -4
- package/autopm/.claude/agents/devops/observability-engineer.md +4 -4
- package/autopm/.claude/agents/devops/ssh-operations-expert.md +3 -3
- package/autopm/.claude/agents/devops/traefik-proxy-expert.md +3 -3
- package/autopm/.claude/agents/frameworks/e2e-test-engineer.md +4 -4
- package/autopm/.claude/agents/frameworks/nats-messaging-expert.md +2 -2
- package/autopm/.claude/agents/frameworks/react-frontend-engineer.md +3 -3
- package/autopm/.claude/agents/frameworks/react-ui-expert.md +4 -4
- package/autopm/.claude/agents/frameworks/tailwindcss-expert.md +4 -4
- package/autopm/.claude/agents/frameworks/ux-design-expert.md +4 -4
- package/autopm/.claude/agents/integration/message-queue-engineer.md +4 -4
- package/autopm/.claude/agents/languages/bash-scripting-expert.md +4 -4
- package/autopm/.claude/agents/languages/javascript-frontend-engineer.md +4 -4
- package/autopm/.claude/agents/languages/nodejs-backend-engineer.md +4 -4
- package/autopm/.claude/agents/languages/python-backend-engineer.md +3 -3
- package/autopm/.claude/agents/languages/python-backend-expert.md +4 -4
- package/autopm/.claude/agents/testing/frontend-testing-engineer.md +4 -4
- package/autopm/.claude/examples/mcp/README.md +11 -15
- package/autopm/.claude/examples/mcp/context7.md +205 -0
- package/autopm/.claude/examples/mcp-servers.example.json +9 -9
- package/autopm/.claude/mcp/MCP-REGISTRY.md +10 -10
- package/autopm/.claude/rules/agent-coordination.md +5 -5
- package/package.json +1 -1
- package/autopm/.claude/examples/mcp/context7-codebase.md +0 -267
- package/autopm/.claude/examples/mcp/context7-docs.md +0 -190
|
@@ -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
|
|
15
|
+
cp .claude/examples/mcp/context7.md .claude/mcp/
|
|
16
16
|
|
|
17
17
|
# Then enable it
|
|
18
|
-
autopm mcp enable context7
|
|
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
|
-
###
|
|
46
|
-
- **context7
|
|
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
|
|
79
|
+
cp .claude/examples/mcp/context7.md .claude/mcp/
|
|
81
80
|
|
|
82
|
-
# 2.
|
|
83
|
-
|
|
81
|
+
# 2. Enable the server
|
|
82
|
+
autopm mcp enable context7
|
|
84
83
|
|
|
85
|
-
# 3.
|
|
86
|
-
autopm mcp enable context7-docs
|
|
87
|
-
|
|
88
|
-
# 4. Sync configuration
|
|
84
|
+
# 3. Sync configuration
|
|
89
85
|
autopm mcp sync
|
|
90
86
|
|
|
91
|
-
#
|
|
92
|
-
autopm mcp test context7
|
|
87
|
+
# 4. Test the connection
|
|
88
|
+
autopm mcp test context7
|
|
93
89
|
|
|
94
|
-
#
|
|
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"mcpServers": {
|
|
3
|
-
"context7
|
|
3
|
+
"context7": {
|
|
4
4
|
"command": "npx",
|
|
5
5
|
"args": ["@upstash/context7-mcp"],
|
|
6
6
|
"env": {
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
},
|
|
13
13
|
"envFile": ".claude/.env"
|
|
14
14
|
},
|
|
15
|
-
"context7
|
|
15
|
+
"context7": {
|
|
16
16
|
"command": "npx",
|
|
17
17
|
"args": ["@upstash/context7-mcp"],
|
|
18
18
|
"env": {
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"python-docs": {
|
|
38
38
|
"type": "shared",
|
|
39
39
|
"agents": ["python-backend-engineer", "mcp-context-manager"],
|
|
40
|
-
"sources": ["context7
|
|
40
|
+
"sources": ["context7"],
|
|
41
41
|
"filters": ["fastapi", "sqlalchemy", "pydantic", "uvicorn", "pytest"],
|
|
42
42
|
"maxSize": "100MB",
|
|
43
43
|
"retention": "7d",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"azure-docs": {
|
|
47
47
|
"type": "shared",
|
|
48
48
|
"agents": ["azure-devops-specialist", "mcp-context-manager"],
|
|
49
|
-
"sources": ["context7
|
|
49
|
+
"sources": ["context7"],
|
|
50
50
|
"filters": ["azure-devops", "rest-api", "work-items", "pipelines"],
|
|
51
51
|
"maxSize": "75MB",
|
|
52
52
|
"retention": "7d",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"react-docs": {
|
|
56
56
|
"type": "shared",
|
|
57
57
|
"agents": ["react-frontend-engineer", "playwright-test-engineer"],
|
|
58
|
-
"sources": ["context7
|
|
58
|
+
"sources": ["context7"],
|
|
59
59
|
"filters": ["react", "nextjs", "typescript", "tailwind", "vite"],
|
|
60
60
|
"maxSize": "75MB",
|
|
61
61
|
"retention": "7d",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"cloud-docs": {
|
|
65
65
|
"type": "shared",
|
|
66
66
|
"agents": ["gcp-cloud-architect", "azure-cloud-architect", "aws-cloud-architect"],
|
|
67
|
-
"sources": ["context7
|
|
67
|
+
"sources": ["context7"],
|
|
68
68
|
"filters": ["terraform", "kubernetes", "docker", "helm"],
|
|
69
69
|
"maxSize": "150MB",
|
|
70
70
|
"retention": "7d",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"devops-context": {
|
|
74
74
|
"type": "shared",
|
|
75
75
|
"agents": ["github-operations-specialist", "kubernetes-orchestrator", "azure-devops-specialist"],
|
|
76
|
-
"sources": ["context7
|
|
76
|
+
"sources": ["context7"],
|
|
77
77
|
"filters": ["github-actions", "kubernetes", "ci-cd"],
|
|
78
78
|
"maxSize": "100MB",
|
|
79
79
|
"retention": "7d",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"testing-context": {
|
|
83
83
|
"type": "shared",
|
|
84
84
|
"agents": ["playwright-test-engineer", "test-runner"],
|
|
85
|
-
"sources": ["context7
|
|
85
|
+
"sources": ["context7", "playwright-mcp"],
|
|
86
86
|
"filters": ["playwright", "testing", "e2e"],
|
|
87
87
|
"maxSize": "50MB",
|
|
88
88
|
"retention": "7d",
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"project-context": {
|
|
92
92
|
"type": "persistent",
|
|
93
93
|
"agents": ["python-backend-engineer", "react-frontend-engineer", "azure-devops-specialist", "code-analyzer"],
|
|
94
|
-
"sources": ["context7
|
|
94
|
+
"sources": ["context7"],
|
|
95
95
|
"maxSize": "300MB",
|
|
96
96
|
"retention": "30d",
|
|
97
97
|
"refresh": "on-change"
|
|
@@ -10,15 +10,15 @@ 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
|
|
13
|
+
### context7
|
|
14
14
|
**Description**: Context7 documentation server for accessing technical documentation
|
|
15
15
|
**Use Cases**: API documentation, framework guides, technical references
|
|
16
|
-
**Example**: `.claude/examples/mcp/context7
|
|
16
|
+
**Example**: `.claude/examples/mcp/context7.md`
|
|
17
17
|
|
|
18
|
-
### context7
|
|
18
|
+
### context7
|
|
19
19
|
**Description**: Context7 codebase server for project code analysis
|
|
20
20
|
**Use Cases**: Code navigation, project analysis, dependency tracking
|
|
21
|
-
**Example**: `.claude/examples/mcp/context7
|
|
21
|
+
**Example**: `.claude/examples/mcp/context7.md`
|
|
22
22
|
|
|
23
23
|
### playwright-mcp
|
|
24
24
|
**Description**: Playwright MCP server for browser automation and testing
|
|
@@ -90,7 +90,7 @@ autopm mcp uninstall filesystem
|
|
|
90
90
|
autopm mcp uninstall memory --keep-package
|
|
91
91
|
|
|
92
92
|
# Force removal even if active
|
|
93
|
-
autopm mcp uninstall context7
|
|
93
|
+
autopm mcp uninstall context7 --force
|
|
94
94
|
```
|
|
95
95
|
|
|
96
96
|
### ➕ Adding Servers (Manual)
|
|
@@ -103,7 +103,7 @@ autopm mcp add
|
|
|
103
103
|
**Option 2: Copy from Examples**
|
|
104
104
|
```bash
|
|
105
105
|
# Copy an example to your project
|
|
106
|
-
cp .claude/examples/mcp/context7
|
|
106
|
+
cp .claude/examples/mcp/context7.md .claude/mcp/
|
|
107
107
|
|
|
108
108
|
# Or from installed framework
|
|
109
109
|
cp /path/to/framework/autopm/.claude/examples/mcp/github-mcp.md .claude/mcp/
|
|
@@ -119,7 +119,7 @@ autopm mcp enable <server-name>
|
|
|
119
119
|
autopm mcp disable <server-name>
|
|
120
120
|
|
|
121
121
|
# Enable multiple servers
|
|
122
|
-
autopm mcp enable context7
|
|
122
|
+
autopm mcp enable context7 context7 playwright-mcp
|
|
123
123
|
```
|
|
124
124
|
|
|
125
125
|
### 📋 Listing Servers
|
|
@@ -209,19 +209,19 @@ Example usage...
|
|
|
209
209
|
autopm mcp list
|
|
210
210
|
|
|
211
211
|
# 2. Copy an example server you want to use
|
|
212
|
-
cp .claude/examples/mcp/context7
|
|
212
|
+
cp .claude/examples/mcp/context7.md .claude/mcp/
|
|
213
213
|
|
|
214
214
|
# 3. Configure environment variables if needed
|
|
215
215
|
nano .claude/.env
|
|
216
216
|
|
|
217
217
|
# 4. Enable the server
|
|
218
|
-
autopm mcp enable context7
|
|
218
|
+
autopm mcp enable context7
|
|
219
219
|
|
|
220
220
|
# 5. Sync configuration
|
|
221
221
|
autopm mcp sync
|
|
222
222
|
|
|
223
223
|
# 6. Test the server
|
|
224
|
-
autopm mcp test context7
|
|
224
|
+
autopm mcp test context7
|
|
225
225
|
```
|
|
226
226
|
|
|
227
227
|
## 🔐 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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
131
|
+
sources: [context7]
|
|
132
132
|
persistence: true
|
|
133
133
|
shared: true
|
|
134
134
|
auto-refresh: true
|