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
Add example of registering MCP Tool in a Server (#164)
* Add example of registering MCP Tool in a Server
* Remove unused Route import from Mcp facade
* Add resource and prompt registration to server snippet
* Ignore PHPStan iterable type errors for auto-generated facade docblocks
---------
Co-authored-by: Pushpak Chhajed <pushpak1300@gmail.com>
Add attribute alternatives for primitive and server configuration (#154)
* Add attribute alternatives for primitive and server configuration
* Add ServerAttribute base class and improve attribute test coverage
* Refactor resolveAttribute to support parent class traversal and caching
Rename stub files with `mcp-` prefix and update references (#145)
* Rename stub files to `mcp-` prefixed variants and update references in commands and tests
* Fix phpstan errors
* Fix Test