Skip to content

Releases: code-wheel/mcp-error-codes-php

v1.1.0 - 100% Test Coverage & CI

09 Jan 21:14

Choose a tag to compare

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-codes

Requirements

  • 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

  • 8281193 Add README badges
  • fac9951 Achieve 100% test coverage
  • 9dda90f Add CI workflow with Codecov, performance caching

v1.0.0 - Initial Release

09 Jan 21:15

Choose a tag to compare

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