@kirschbaum-development/laravel-loop

by kirschbaum-development · v1.0.0 · prompt

Laravel Loop is a Model Context Protocol (MCP) server package for Laravel applications that enables AI assistants to interact with Laravel apps through multiple transport protocols (STDIO, Streamable

Install

Add @kirschbaum-development/laravel-loop to Claude Code with the PolySkill CLI: polyskill add @kirschbaum-development/laravel-loop

Instructions

# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Laravel Loop Package Laravel Loop is a Model Context Protocol (MCP) server package for Laravel applications that enables AI assistants to interact with Laravel apps through multiple transport protocols (STDIO, Streamable HTTP, SSE). Uses Prism PHP for tool building. ## Build/Test Commands - **Run tests**: `composer test` - **Code formatting**: `composer lint` (Laravel Pint) - **Static analysis**: `composer analyse` (Larastan) - **All quality checks**: `composer check` (lint +…

Keywords: github, laravel, model-context-protocol, ai-assistants, web-development, php-framework, transport-protocols, server-package, streamable