Expand description
Tool versioning and compatibility management
Implements semantic versioning for MCP tools with support for:
- Breaking change tracking
- Deprecation management
- Automatic skill migration
- Compatibility checking
Structs§
- Breaking
Change - Represents a breaking change in a tool version
- Code
Transformation - A specific code transformation
- Compatibility
Report - Result of compatibility checking
- Deprecation
- Represents a deprecated field
- Migration
- A migration that needs to be applied
- Skill
Compatibility Checker - Checks if a skill is compatible with current tools
- Tool
Dependency - Tool dependency in a skill
- Tool
Version - Represents a specific version of a tool
Enums§
- Version
Compatibility - Checks tool version compatibility