Releases: zebbern/webhook-mcp-server
Releases · zebbern/webhook-mcp-server
v2.1.2 - Remove broken clone_webhook
Removed
- Removed
clone_webhooktool due to webhook.site API compatibility issues (24 → 23 tools)
Changed
- Updated README and badges to reflect 23 tools
Full Changelog: v2.1.1...v2.1.2
v2.1.1 - Bug Fix
Fixed clone_webhook tool - was calling dict method incorrectly
v2.1.0 - Batch & Utility Tools
3 new tools for batch operations and webhook management. Now 24 tools total!
v2.0.7 - Professional README
Complete README rewrite with professional MCP-focused structure. All 21 tools documented, natural language examples, JSON response samples.
v2.0.6 - Code Quality & Cleanup
🎯 What's Changed
🧹 Major Cleanup
- Removed ~1,075 lines of dead code, redundant files, and unused functions
- Deleted 5 redundant test/script files
- Removed unused classes (\WebhookInfo, \WebhookRequest)
- Cleaned up unused imports across all modules
✨ Code Quality Improvements
- Added DRY helper methods (_build_webhook_urls(), _validate_token_exists())
- Replaced magic numbers with named constants
- Added proper type hints to handler methods
📚 Documentation
- Added LICENSE file (MIT)
- Added CHANGELOG.md with full version history
- Enhanced \pyproject.toml\ with proper metadata, keywords, and classifiers
🔗 Links
Full Changelog: v2.0.5...v2.0.6
v2.0.5 - Console Script Wrapper
Added synchronous entry point wrapper for console script compatibility
v2.0.4 - F-String Fix
Fixed nested f-string syntax error in bugbounty_service.py
v2.0.3 - uvx Compatibility
Added uvx entry point for easy installation
v2.0.0 - Production Release
🎉 Initial Production Release
Features
- 16 MCP tools for webhook.site API integration
- Production-grade error handling and validation
- Structured logging infrastructure
- Retry logic with exponential backoff
- Comprehensive type hints and documentation
- Bug bounty security testing tools
- GitHub Actions workflow for automated publishing
Installation
\\�ash
pip install webhook-mcp-server
or
uvx webhook-mcp-server
\\
MCP Server Name
\io.github.zebbern/webhook-mcp-server\
Full documentation: https://github.com/zebbern/webhook-mcp-server