Skip to content

Commit f3a72bd

Browse files
fix: correct namespace and import paths in README Quick Start example
1 parent 4fef07d commit f3a72bd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ Create `src/CalculatorElements.php`:
7070

7171
namespace App;
7272

73-
use PhpMcp\Server\Attributes\McpTool;
74-
use PhpMcp\Server\Attributes\Schema;
73+
use Mcp\Capability\Attribute\McpTool;
7574

7675
class CalculatorElements
7776
{

0 commit comments

Comments
 (0)