Skip to content

Commit ab132bd

Browse files
committed
fix: docs
1 parent faddf36 commit ab132bd

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Mcp::web('restify', RestifyServer::class)->middleware(['auth:sanctum']);
103103

104104
**That's it!** Your API is now AI-agent ready with automatic tool generation for CRUD operations, actions, and getters.
105105

106-
## MCP Server for Developers
106+
## Restify Boost
107107

108108
Laravel Restify provides an MCP (Model Context Protocol) server designed for developers working with Laravel Restify APIs. This server enables AI agents to access documentation, create repositories, actions, and getters through structured tools.
109109

@@ -120,7 +120,8 @@ Laravel Restify provides an MCP (Model Context Protocol) server designed for dev
120120
### Installation
121121

122122
```bash
123-
npm install -g @binarcode/laravel-restify-mcp
123+
composer require --dev binarcode/laravel-restify-boost
124+
php artisan restify-boost:install
124125
```
125126

126127
### Usage with AI Agents

docs-v2/content/en/mcp/mcp-docs renamed to docs-v2/content/en/boost/boost.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
---
22
title: Model Context Protocol (MCP)
3-
menuTitle: MCP Docs CLI
4-
category: MCP
3+
menuTitle: Restify Boost
4+
category: Boost
55
position: 1
66
---
77

8-
Laravel Restify provides seamless integration with the Model Context Protocol (MCP), allowing AI agents to interact with your REST API resources through structured tool interfaces. This enables powerful AI-driven data access and manipulation while maintaining security and control.
9-
108
## MCP Server for Laravel Restify Developers
119

12-
In addition to MCP integration within your Laravel Restify applications, we provide a dedicated **MCP server for developers** that enhances the development experience when working with Laravel Restify APIs.
10+
Restify Boost provides a dedicated **MCP server for developers** that enhances the development experience when working with Laravel Restify APIs.
1311

14-
**Repository**: [https://github.com/BinarCode/laravel-restify-mcp](https://github.com/BinarCode/laravel-restify-mcp)
12+
**Repository**: [https://github.com/BinarCode/laravel-restify-boost](https://github.com/BinarCode/laravel-restify-boost)
1513

1614
### Developer MCP Server Features
1715

@@ -29,7 +27,7 @@ The Laravel Restify MCP server provides AI agents with powerful development tool
2927
#### Install the MCP Server
3028

3129
```bash
32-
composer require --dev binarcode/laravel-restify-mcp
30+
composer require --dev binarcode/laravel-restify-boost
3331
```
3432

3533
#### Configure AI Agents
@@ -40,7 +38,7 @@ Configure your AI agent (Claude Desktop, Cursor, etc.) to use the MCP server:
4038
{
4139
"mcpServers": {
4240
"laravel-restify": {
43-
"command": "laravel-restify-mcp",
41+
"command": "laravel-restify-boost",
4442
"args": []
4543
}
4644
}

0 commit comments

Comments
 (0)