Commit b71a115
committed
fix(mcp): secure API key handling in Cursor config
- Move .cursor/mcp.json to gitignore (contains API keys)
- Add .cursor/mcp.json.example as template for local setup
- Users must copy example and add their own API key from .env
The MCP client needs PATTERN_API_KEY to match the HTTP API server
configured key for authentication to succeed.1 parent 73ea1f4 commit b71a115
2 files changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | | - | |
| 9 | + | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
0 commit comments