# Release v1.0.1
## 🚀 What's New
### 🐛 Bug Fixes
- Fixed Bing Webmaster API client lifecycle issue that was causing "Cannot send a request, as the client has been closed" errors
- Resolved CI/CD workflow failures by adding `--system` flag for uv pip install in CI environments
- Fixed TruffleHog secret scanning configuration
- Created CI-aware build script that detects environment and uses correct Python path
### 🔧 Infrastructure
- Added comprehensive GitHub Actions workflows:
- Automated npm publishing on version changes
- Multi-OS and multi-version CI testing (Ubuntu, Windows, macOS with Node.js 18.x/20.x and Python 3.10/3.11/3.12)
- Security scanning with TruffleHog and Trivy
- Automatic version bumping workflow
- Implemented pre-commit hooks with TruffleHog for local secret detection
- Added version synchronization between package.json and Python
- Created internal documentation directory for sensitive information
### 📦 First npm Release
- Package is now available on npm: `@isiahw1/mcp-server-bing-webmaster`
- Install with: `npm install @isiahw1/mcp-server-bing-webmaster`
## 📝 Full Changelog
See [commit history](https://github.com/isiahw1/mcp-server-bing-webmaster/compare/v1.0.0...v1.0.1) for detailed changes.
## 🙏 Acknowledgments
Thanks to all contributors and users testing the MCP server!