Skip to content

Commit b8da4ac

Browse files
committed
Improve readme
1 parent e8d1ca7 commit b8da4ac

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,12 @@ The Model Context Protocol is an open protocol that enables seamless integration
4848

4949
## Features
5050

51-
- 🚀 **Easy Integration**: Add MCP capabilities to your CakePHP app in minutes
52-
- 🔍 **Auto-Discovery**: Automatically discovers MCP elements using PHP 8 attributes
53-
- 🛠️ **Built-in Tools**: Pre-built tools for system info, database inspection, and route management
54-
- 📚 **Documentation Search**: Full-text search powered by SQLite FTS5 with BM25 ranking (indexes CakePHP's official markdown documentation)
55-
- 📦 **Extensible**: Create custom tools using simple PHP attributes
51+
- 🚀 **Rapid Integration**: Enable MCP support in your CakePHP app with minimal setup
52+
- 🔍 **Attribute-Based Discovery**: Finds MCP tools, resources, and prompts using PHP 8+ attributes and class scanning
53+
- 🛠️ **Built-in Tools**: Includes tools for system info, database schema exploration, route inspection, code execution, and more
54+
- 📚 **Advanced Documentation Search**: Full-text search with fuzzy matching and relevance ranking, powered by SQLite FTS5 (indexes official CakePHP markdown docs)
55+
- 🧩 **Customizable & Extensible**: Easily define your own tools, resources, and prompts using attributes and configuration
56+
-**Prompt Workflows**: Built-in prompt flows for common development tasks, code review, debugging, and feature building
5657

5758
## Installation
5859

0 commit comments

Comments
 (0)