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
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
Implement MCP scope registration in service provider (#131)
* Implement MCP scope registration in service provider and update route handling
* Fix test
* Remove the unused ` maybeAddMcpScope ` method from the Registrar class
Add Completion Support (#127)
* Add Completion Support
* Refactor completion handling and improve request execution flow
* Rename Class
* Improve completion methods to accept context arguments
* Rename completion response methods
* Refactor CompletionResponse methods to use `from` instead of `make`
* Rename ListCompletionResponse to ArrayCompletionResponse and update related methods to include hasMore flag
* Refactor
* Update `CompletionComplete` to return an empty array instead of throwing an exception when primitive does not support completion
* Refactor to match
* Fix code styling
* Fix Typo
* Add result
* Remove callback feature
* Refactor
* Refactor
* Rename SupportsCompletion to Completable