mcp-context-forge
mcp-context-forge copied to clipboard
allow the default password even if it doesn't meet the normal password policy requirements
Signed-off-by: NAYANAR [email protected]
💡 Fix Description
How did you solve it? Key design points. This block sets the password-strength policy by enforcing length, uppercase/lowercase rules, and whether numbers or special characters are mandatory
🧪 Verification
| Check | Command | Status |
|---|---|---|
| Lint suite | make lint |
pass |
| Unit tests | make test |
pass |
📐 MCP Compliance (if relevant)
- [ ] Matches current MCP spec
- [x] No breaking change to MCP clients
✅ Checklist
- [x] Code formatted (
make black isort pre-commit) - [x] No secrets/credentials committed