From 84baaef4ef72a0583808e8a24ac63fc329562e40 Mon Sep 17 00:00:00 2001 From: Mark Scherer Date: Sat, 22 Nov 2025 23:15:10 +0100 Subject: [PATCH 1/2] Add CakePHP integration plugin to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5a94dae..a3465bb 100644 --- a/README.md +++ b/README.md @@ -268,6 +268,7 @@ $server = Server::builder() * [pronskiy/mcp](https://github.com/pronskiy/mcp) - Additional DX layer * [symfony/mcp-bundle](https://github.com/symfony/mcp-bundle) - Symfony integration bundle +* [cakephp-synapse](https://github.com/josbeir/cakephp-synapse) - CakePHP integration plugin ## Contributing From 18257ea151b20bca9a4ad487f4273ebf3254c164 Mon Sep 17 00:00:00 2001 From: Mark Scherer Date: Sat, 22 Nov 2025 23:16:25 +0100 Subject: [PATCH 2/2] Fix link formatting for cakephp-synapse --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3465bb..f58a4b9 100644 --- a/README.md +++ b/README.md @@ -268,7 +268,7 @@ $server = Server::builder() * [pronskiy/mcp](https://github.com/pronskiy/mcp) - Additional DX layer * [symfony/mcp-bundle](https://github.com/symfony/mcp-bundle) - Symfony integration bundle -* [cakephp-synapse](https://github.com/josbeir/cakephp-synapse) - CakePHP integration plugin +* [josbeir/cakephp-synapse](https://github.com/josbeir/cakephp-synapse) - CakePHP integration plugin ## Contributing