From 41983041fa49cbe4103355361bd412e3eaf68128 Mon Sep 17 00:00:00 2001 From: Kyrian Obikwelu Date: Thu, 4 Sep 2025 20:26:36 +0100 Subject: [PATCH] fix: correct namespace and import paths in README Quick Start example --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b5f52488..520c54b8 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,7 @@ Create `src/CalculatorElements.php`: namespace App; -use PhpMcp\Server\Attributes\McpTool; -use PhpMcp\Server\Attributes\Schema; +use Mcp\Capability\Attribute\McpTool; class CalculatorElements {