You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance documentation consistency and Tool class annotations (#57)
* use nowdoc for instructions and fix changelog URLs
- Convert Server instructions to nowdoc format for better LLM-friendly documentation
- Fix CHANGELOG.md URLs from package-template to mcp repository
* Add missing @return docblock for Tool::toArray() method
Adds missing @return docblock to the toArray() method in the Tool class
to maintain consistency with other methods in the codebase and match
the parent class interface.
* Improve Tool::toArray() return type annotation
0 commit comments