From eac0228f8810170c52e4b3af442df2d22149eed0 Mon Sep 17 00:00:00 2001 From: Affaan Mustafa Date: Sat, 28 Mar 2026 20:41:45 -0400 Subject: [PATCH] fix(skills): align laravel plugin discovery docs --- mcp-configs/mcp-servers.json | 2 +- skills/laravel-plugin-discovery/SKILL.md | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/mcp-configs/mcp-servers.json b/mcp-configs/mcp-servers.json index f085bb95..f71fc7d2 100644 --- a/mcp-configs/mcp-servers.json +++ b/mcp-configs/mcp-servers.json @@ -134,7 +134,7 @@ "description": "Token optimization for 95%+ context reduction via content deduplication and compression" }, "laraplugins": { - "type": "streamable-http", + "type": "http", "url": "https://laraplugins.io/mcp/plugins", "description": "Laravel plugin discovery — search packages by keyword, health score, Laravel/PHP version compatibility. Use with laravel-plugin-discovery skill." }, diff --git a/skills/laravel-plugin-discovery/SKILL.md b/skills/laravel-plugin-discovery/SKILL.md index 0eeca06f..56dc8bbf 100644 --- a/skills/laravel-plugin-discovery/SKILL.md +++ b/skills/laravel-plugin-discovery/SKILL.md @@ -8,7 +8,7 @@ origin: ECC Find, evaluate, and choose healthy Laravel packages using the LaraPlugins.io MCP server. -## When to Activate +## When to Use - User wants to find Laravel packages for a specific feature (e.g. "auth", "permissions", "admin panel") - User asks "what package should I use for..." or "is there a Laravel package for..." @@ -22,7 +22,7 @@ LaraPlugins MCP server must be configured. Add to your `~/.claude.json` mcpServe ```json "laraplugins": { - "type": "streamable-http", + "type": "http", "url": "https://laraplugins.io/mcp/plugins" } ``` @@ -156,11 +156,11 @@ Returns all healthy packages from vendor "spatie". | Version | Notes | |---------|-------| -| `12` | Latest Laravel (2025) | -| `11` | Current stable | -| `10` | Still widely used | -| `9` | Legacy but common | -| `5`-`8` | Deprecated | +| `13` | Latest Laravel | +| `12` | Current stable | +| `11` | Still widely used | +| `10` | Legacy but common | +| `5`-`9` | Deprecated | **Recommendation**: Match the target project's Laravel version. @@ -226,4 +226,4 @@ The detailed response includes: - `laravel-patterns` — Laravel architecture and patterns - `laravel-tdd` — Test-driven development for Laravel - `laravel-security` — Laravel security best practices -- `documentation-lookup` — General library documentation lookup (Context7) \ No newline at end of file +- `documentation-lookup` — General library documentation lookup (Context7)