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 Completion Support by [@pushpak1300](https://github.com/pushpak1300) in https://github.com/laravel/mcp/pull/127
@@ -73,6 +77,7 @@ public function schema(JsonSchema $schema): array
73
77
74
78
75
79
80
+
76
81
```
77
82
**After**
78
83
@@ -87,6 +92,7 @@ public function schema(JsonSchema $schema): array
87
92
88
93
89
94
95
+
90
96
```
91
97
This affects only custom tool classes that override the schema methods. The update is minimal, requiring only the import change to the contract interface.
0 commit comments