Commit 1e0ef6f
committed
Add security warnings for PRIVATE_KEY handling
## Summary
- Config example shows PRIVATE_KEY in a JSON file with no security guidance
- Added .gitignore recommendation and env var preference to prevent key exposure
## Type of Change
- [x] Security improvement
## Changes Made
- Added warning after config example: "Add MCP config to .gitignore. Never commit PRIVATE_KEY to version control."
- Added guidance to prefer env vars over direct parameter passing for key safety
## Testing
- [x] Warning follows security best practices1 parent 4f6557b commit 1e0ef6f
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
113 | 115 | | |
114 | 116 | | |
115 | 117 | | |
116 | | - | |
| 118 | + | |
117 | 119 | | |
118 | 120 | | |
119 | 121 | | |
| |||
0 commit comments