Releases: code-wheel/mcp-error-codes-php
Releases · code-wheel/mcp-error-codes-php
v1.1.0 - 100% Test Coverage & CI
What's New
100% Test Coverage
- Comprehensive unit tests for all error code classes
- Integrated Codecov for coverage tracking
CI/CD Pipeline
- Automated testing workflow
- Performance-optimized caching
- Multi-PHP version testing (8.1, 8.2, 8.3, 8.4)
Documentation
- Added README badges for build status and coverage
Installation
composer require code-wheel/mcp-error-codesRequirements
- PHP >= 8.1
- Zero external dependencies
Error Code Categories
- Invalid Request (-32600 to -32603)
- Server Errors (-32000 to -32099)
- Tool Errors (-32100 to -32199)
Full Changelog
8281193Add README badgesfac9951Achieve 100% test coverage9dda90fAdd CI workflow with Codecov, performance caching
v1.0.0 - Initial Release
Initial Release
Standardized error codes for MCP (Model Context Protocol) servers in PHP.
Features
- Standard JSON-RPC error codes
- MCP-specific error codes for tools
- Zero external dependencies
- PHP 8.1+ support
Installation
composer require code-wheel/mcp-error-codes