From 87e7f9e15ef92f08a892e7f20837cdfce95354a8 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 5 Jun 2025 13:58:20 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9ec83d..a88cf4a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ **Seamlessly integrate the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) into your Laravel applications.** -This package is the official Laravel wrapper for the powerful [`php-mcp/server`](https://github.com/php-mcp/server) library. It allows you to effortlessly expose parts of your Laravel application as MCP **Tools**, **Resources**, and **Prompts**, enabling standardized communication with AI assistants like Anthropic's Claude, Cursor IDE, and others. +This package is a Laravel compatible wrapper for the powerful [`php-mcp/server`](https://github.com/php-mcp/server) library. It allows you to effortlessly expose parts of your Laravel application as MCP **Tools**, **Resources**, and **Prompts**, enabling standardized communication with AI assistants like Anthropic's Claude, Cursor IDE, and others. **Key Features:** @@ -333,4 +333,4 @@ Please see [CONTRIBUTING.md](CONTRIBUTING.md) in the main [`php-mcp/server`](htt ## License -The MIT License (MIT). See [LICENSE](LICENSE). \ No newline at end of file +The MIT License (MIT). See [LICENSE](LICENSE).