We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/isiahw1/mcp-server-bing-webmaster'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# 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!