We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa3090d commit 4d183ecCopy full SHA for 4d183ec
README.md
@@ -37,6 +37,7 @@ comprehensive feature support.
37
- [Common Patterns](#common-patterns)
38
- [Handler Factory Pattern](#handler-factory-pattern)
39
- [Decorator Pattern for Handlers](#decorator-pattern-for-handlers)
40
+ - [Class-Based Tool Handlers with Schema Mapping](#class-based-tool-handlers-with-schema-mapping)
41
- [Ecosystem & Extensions](#ecosystem--extensions)
42
- [Contributing](#contributing)
43
- [License](#license)
@@ -753,8 +754,6 @@ $loop->addPeriodicTimer(60, function() use ($logger) {
753
754
});
755
```
756
-## Common Patterns
757
-
758
### Handler Factory Pattern
759
760
```php
0 commit comments