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
Copy file name to clipboardExpand all lines: docs-v2/content/en/index.md
+1-35Lines changed: 1 addition & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,46 +30,12 @@ This documentation is for the latest version of Laravel Restify. Please ensure y
30
30
'Powerful Search',
31
31
'JSON:API consistency',
32
32
'GraphQL Schema Generation',
33
-
'MCP (Model Context Protocol) Integration',
33
+
'MCP (Model Context Protocol) Server Generation',
34
34
'Customizable',
35
35
'Laravel Compatible Authorization'
36
36
]">
37
37
</list>
38
38
39
-
## 🤖 AI-Powered Development with MCP
40
-
41
-
Transform your existing Laravel Restify API into an **MCP-enabled powerhouse in minutes**! Laravel Restify's Model Context Protocol integration allows AI agents to interact directly with your API resources through structured tool interfaces.
42
-
43
-
<alerttype="success">
44
-
45
-
**🔥 Transform Your API in Minutes!** Add one trait to your Repository class and register one route - that's it! Your entire API becomes AI-agent accessible with full security and authorization intact.
46
-
47
-
</alert>
48
-
49
-
**Quick Setup (2 steps):**
50
-
51
-
1.**Add the trait to your Repository:**
52
-
```php
53
-
use Binaryk\LaravelRestify\MCP\Concerns\HasMcpTools;
54
-
55
-
class PostRepository extends Repository
56
-
{
57
-
use HasMcpTools; // ✨ This enables MCP for this resource
0 commit comments