Skip to content

Commit 8281193

Browse files
mowens3claude
andcommitted
Add README badges
- CI status - Codecov coverage - Packagist version - PHP version - License Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent fac9951 commit 8281193

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# MCP Error Codes
22

3+
[![CI](https://github.com/code-wheel/mcp-error-codes/actions/workflows/ci.yml/badge.svg)](https://github.com/code-wheel/mcp-error-codes/actions/workflows/ci.yml)
4+
[![codecov](https://codecov.io/gh/code-wheel/mcp-error-codes/graph/badge.svg)](https://codecov.io/gh/code-wheel/mcp-error-codes)
5+
[![Latest Stable Version](https://poser.pugx.org/code-wheel/mcp-error-codes/v)](https://packagist.org/packages/code-wheel/mcp-error-codes)
6+
[![PHP Version](https://img.shields.io/packagist/php-v/code-wheel/mcp-error-codes.svg)](https://packagist.org/packages/code-wheel/mcp-error-codes)
7+
[![License](https://poser.pugx.org/code-wheel/mcp-error-codes/license)](https://packagist.org/packages/code-wheel/mcp-error-codes)
8+
39
Standardized error codes for MCP (Model Context Protocol) servers in PHP.
410

11+
**Zero dependencies** - pure PHP 8.1+.
12+
513
## Installation
614

715
```bash

0 commit comments

Comments
 (0)