Skip to content

Commit 4d183ec

Browse files
committed
docs: add Class-Based Tool Handlers with Schema Mapping to table of contents
1 parent aa3090d commit 4d183ec

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
@@ -37,6 +37,7 @@ comprehensive feature support.
3737
- [Common Patterns](#common-patterns)
3838
- [Handler Factory Pattern](#handler-factory-pattern)
3939
- [Decorator Pattern for Handlers](#decorator-pattern-for-handlers)
40+
- [Class-Based Tool Handlers with Schema Mapping](#class-based-tool-handlers-with-schema-mapping)
4041
- [Ecosystem & Extensions](#ecosystem--extensions)
4142
- [Contributing](#contributing)
4243
- [License](#license)
@@ -753,8 +754,6 @@ $loop->addPeriodicTimer(60, function() use ($logger) {
753754
});
754755
```
755756

756-
## Common Patterns
757-
758757
### Handler Factory Pattern
759758

760759
```php

0 commit comments

Comments
 (0)