Skip to content

Releases: BinarCode/laravel-restify-boost

Release v1.2.6

26 Sep 11:14
2fd8185
Compare
Choose a tag to compare

What's Changed

  • Fix styling (binaryk)
  • feat: laravel mcp 0.2 (Eduard Lupacescu)

Release v1.2.5

29 Aug 19:00
Compare
Choose a tag to compare

What's Changed

  • fix: config (Eduard Lupacescu)
  • Fix styling (binaryk)
  • fix: wip (Eduard Lupacescu)

Release v1.2.4

28 Aug 18:41
Compare
Choose a tag to compare

What's Changed

  • fix: wip (Eduard Lupacescu)
  • Fix styling (binaryk)
  • fix: wip (Eduard Lupacescu)

Release v1.2.3

28 Aug 13:51
Compare
Choose a tag to compare

What's Changed

  • fix: wip (Eduard Lupacescu)
  • Fix styling (binaryk)
  • fix: upgrade to restify 10 tool (Eduard Lupacescu)

Release v1.2.2

27 Aug 15:56
Compare
Choose a tag to compare

What's Changed

  • fix: upgrade to restify 10 tool (Eduard Lupacescu)
  • Fix styling (binaryk)
  • fix: wpi (Eduard Lupacescu)

Release v1.2.1

26 Aug 07:43
Compare
Choose a tag to compare

What's Changed

  • fix: wpi (Eduard Lupacescu)

v1.2.0

24 Aug 16:26
Compare
Choose a tag to compare
fix: wip

v1.1.0

24 Aug 12:07
Compare
Choose a tag to compare
fix: wip

Release v1.0.0

24 Aug 11:32
028f7cd
Compare
Choose a tag to compare

What's Changed

  • fix: update TestCase to use correct service provider class name (Eduard Lupacescu)
  • fix: renaming to boost (Eduard Lupacescu)
  • fix: tests (Eduard Lupacescu)

1.0.0

24 Aug 10:27
Compare
Choose a tag to compare

v1.0.0 - Initial Release

We're excited to announce the first stable release of Laravel Restify MCP Server – a comprehensive Model Context Protocol server designed to accelerate AI-assisted Laravel Restify development.

🚀 What's New

Laravel Restify MCP Server provides AI assistants (like Claude Code, Cursor, and other MCP-compatible tools) with direct access to complete Laravel Restify documentation and code generation capabilities.

🛠️ Available MCP Tools

This release includes 7 powerful MCP tools to streamline your Laravel Restify development workflow:

Documentation & Search Tools

  • Search Restify Docs - Search through comprehensive Laravel Restify documentation with relevance scoring
  • Get Code Examples - Extract specific code examples from documentation with language and category filtering
  • Navigate Docs - Browse documentation structure and categories with overview and detailed navigation

Code Generation Tools

  • Generate Repository - Generate Laravel Restify repository classes with proper structure and methods
  • Generate Action - Generate Laravel Restify action classes for custom business logic
  • Generate Getter - Generate Laravel Restify getter classes for data transformation
  • Generate Match Filter - Generate Laravel Restify match filter classes for advanced filtering

📚 Documentation Coverage

Complete Laravel Restify documentation access including:

  • API methods and endpoints
  • Field types and configurations
  • Authentication and authorization patterns
  • Performance optimization guides
  • Best practices and troubleshooting

🔧 Installation

Install via Composer:

composer require binarcode/laravel-restify-mcp --dev

Install the MCP server:

php artisan restify-mcp:install

⚡ Requirements

  • PHP 8.1+
  • Laravel 10.0+ | 11.0+ | 12.0+
  • Laravel MCP package (^0.1.1)

🎯 Manual Registration

Register the MCP server manually with your AI assistant:

Command: php
Args: ./artisan restify-mcp:start