From e75a9b1c371dbb0dad02664f0fedf722f11b6d53 Mon Sep 17 00:00:00 2001 From: Sapayth Hossain Date: Sat, 6 Sep 2025 21:09:46 +0600 Subject: [PATCH] Update README for clarity and consistency Improved capitalization and wording in the roadmap and credits sections for better readability and consistency. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ccbf750d..95019d77 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Until the first major release, this SDK is considered ## 🚧 Roadmap Features -- [x] bring back php-mcp examples +- [x] Bring back PHP-MCP examples - [ ] Glue handler, registry and reference handlers - [ ] Revive `ServerBuilder` - [ ] Revive transports @@ -29,7 +29,7 @@ Features - [ ] Http/SSE-based Transport https://github.com/modelcontextprotocol/php-sdk/issues/8 - [ ] Support pagination - [ ] Support Schema validation -- [ ] Support Multiple Versions of MCP Specification https://github.com/modelcontextprotocol/php-sdk/issues/14 +- [ ] Support multiple versions of the MCP specification https://github.com/modelcontextprotocol/php-sdk/issues/14 - [ ] (Re-)Implement missing Notification & Request Handlers https://github.com/modelcontextprotocol/php-sdk/issues/9 --- @@ -143,7 +143,7 @@ the project. See the [contributing guide](CONTRIBUTING.md) to get started before [send pull requests](https://github.com/modelcontextprotocol/php-sdk/pulls). ## Credits -The starting point for this SDK was [PHP-MCP](https://github.com/php-mcp/server) project, initiated by [Kyrian Obikwelu](https://github.com/CodeWithKyrian). We are grateful for the work done by Kyrian and other contributors to that repository, which created a solid foundation for this SDK. +The starting point for this SDK was the [PHP-MCP](https://github.com/php-mcp/server) project, initiated by [Kyrian Obikwelu](https://github.com/CodeWithKyrian). We are grateful for the work done by Kyrian and other contributors to that repository, which created a solid foundation for this SDK. ## License