Current Version
v0.15.0 (Latest)
Current stable release with the latest features and improvements. View on GitHub:Version History
The PagerDuty MCP Server follows Semantic Versioning:- Major versions (X.0.0): Breaking changes
- Minor versions (0.X.0): New features, backwards compatible
- Patch versions (0.0.X): Bug fixes, backwards compatible
Recent Releases
v0.15.0 - Latest Stable Release
v0.15.0 - Latest Stable Release
Major Features:
- Enhanced incident management tools
- Improved error handling and validation
- Updated dependencies for better security
- MCP Python SDK 1.8 support
- Fixed requester_id handling in add_responders tool
- Improved error messages for authentication failures
- Better handling of regional endpoints
- Comprehensive tool documentation
- Updated installation guides
- Enhanced examples and use cases
v0.14.x - Previous Stable Releases
v0.14.x - Previous Stable Releases
Key improvements across v0.14.x:
- Status Pages support
- Incident Workflows integration
- Enhanced schedule management
- Alert grouping settings
- Docker support improvements
v0.13.x and Earlier
v0.13.x and Earlier
Historical releases:
- Initial MCP server implementation
- Core PagerDuty API tools
- Basic incident management
- Schedule and on-call support
- Event orchestration tools
Upgrade Guide
Using uvx (Recommended)
If you’re usinguvx, upgrades are automatic:
Using pip
If you installed via pip:Local Development
For local development installations:Restart Required
After upgrading, restart your MCP client:- VS Code/Cursor: Reload the window or restart the application
- Claude Desktop: Quit and relaunch the application
Breaking Changes
We strive to maintain backwards compatibility. Breaking changes are documented here:Currently, there are no breaking changes between recent versions. The API remains stable across 0.13.x through 0.15.x.
Feature Timeline
Incident Management
- v0.13.x: Core incident tools (list, get, create, manage)
- v0.14.x: Advanced incident analysis (outliers, related, past incidents)
- v0.15.x: Enhanced incident workflows and responder management
Schedules and On-Call
- v0.13.x: Basic schedule operations (list, get)
- v0.14.x: Schedule overrides and rotation management
- v0.15.x: Advanced schedule manipulation and validation
Event Orchestration
- v0.13.x: View orchestrations and router configurations
- v0.14.x: Update router rules and append routing rules
- v0.15.x: Global and service orchestration support
Status Pages
- v0.14.x: Status page posts and updates
- v0.15.x: Enhanced status page management tools
Teams and Users
- v0.13.x: List and view operations
- v0.14.x: Team management and member operations
- v0.15.x: Improved team workflows
Upcoming Features
Planned features for future releases:Custom Fields
Support for PagerDuty custom fields on incidents and alerts
Business Services
Tools for managing business services and dependencies
Analytics
Incident analytics and reporting capabilities
Webhooks
Webhook management and configuration tools
Feature plans are subject to change based on community feedback and priorities. Request features on GitHub Issues.
Deprecations
No features are currently deprecated. When deprecations occur, they will be:- Announced in release notes: Clear notice of deprecation
- Maintained for at least 3 months: Time to update your usage
- Documented with alternatives: Migration path provided
- Warned at runtime: Deprecation warnings when used
Release Process
The PagerDuty MCP Server follows this release workflow:Staying Updated
GitHub Releases
Watch the repository for release notifications:- Go to github.com/pagerduty/pagerduty-mcp-server
- Click Watch → Custom → Releases
- You’ll receive notifications for new releases
Release Notes RSS
Subscribe to the GitHub releases feed:Community Forum
Major releases are announced in the PagerDuty Community Forum.Version Support
Current Support Policy
- Latest stable version: Fully supported with bug fixes and updates
- Previous minor version: Security fixes only
- Older versions: Not actively supported
Python Version Support
The MCP server currently requires Python 3.12. Future versions may support:- Python 3.13 (when stable)
- Backwards compatibility with Python 3.11 (under consideration)
MCP SDK Compatibility
The server tracks the official MCP Python SDK:- Current: MCP SDK 1.8.x
- Forward compatibility: Updates to support new SDK features
- Backwards compatibility: Maintained for at least one major SDK version
Contributing to Releases
Want to contribute to a future release?- Check the roadmap: See planned features in GitHub Issues
- Propose features: Create feature requests with the template
- Submit pull requests: See the Contributing Guide
- Join discussions: Participate in feature planning