## 🚀 Release v0.1.0
### What's Changed
- Add credential helper script and enhance README for usage instructions (c5015e2)
- Enhance credential manager with read-only mode and improved security features (5043f20)
- Refactor project structure and enhance README for clarity (777e049)
- Enhance credential manager with multi-instance support and file locking (5643a9d)
- update the project ownership (305aef9)
- removed the setup document (b80496f)
- Organize documentation files into docs/ folder structure - Create docs/ directory for better organization - Move SETUP.md, CHANGELOG.md, CONTRIBUTING.md to docs/ - Update README cross-references to point to docs/ - Keep main README.md in root for GitHub display - Remove test credentials.json file (289d8c2)
- Streamline README for better clarity and beginner-friendliness (233a174)
- Update author information to preferred email (6b92a5e)
- Add example usage script demonstrating programmatic interaction (3e02a06)
- Add GitHub templates and CI workflow - GitHub Actions workflow for testing - Issue templates for bugs and features - Changelog file for version tracking - Professional README badges (53e6054)
### Installation
```bash
uvx credential-manager-mcp
```
### Configuration
Add to your MCP client config:
```json
{
"mcpServers": {
"credential-manager": {
"command": "uvx",
"args": ["credential-manager-mcp"],
"env": {
"CREDENTIAL_MANAGER_READ_ONLY": "false"
}
}
}
}
```
**Full Changelog**: https://github.com/mclamee/credential-manager-mcp/compare/v0.0.1...v0.1.0