ishmael/mcp-server 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

ishmael/mcp-server

最新稳定版本:v0.7.15

Composer 安装命令:

composer require ishmael/mcp-server

包简介

Standalone Ishmael MCP (Model Context Protocol) Server

README 文档

README

Standalone Ishmael MCP (Model Context Protocol) server for deep integration with IshmaelPHP projects.

Overview

The Ishmael MCP Server provides a standardised interface for AI models to interact with IshmaelPHP applications. It exposes tools for project analysis, feature pack management, testing, and more.

Installation

Install via Composer:

composer require ishmael/mcp-server

Usage

Run the server via the provided binary:

./vendor/bin/ish-mcp

Transport

The server uses JSON-RPC 2.0 over Standard Input/Output (Stdio).

Tools

  • health/version: Get server version and health status.
  • project/info: Get metadata about the detected Ishmael project.
  • feature-pack/list: List available and installed feature packs.
  • feature-pack/create: Scaffold a new feature pack.
  • test/run: Execute project tests.
  • lint/run: Run static analysis and linting.
  • log/tail: Stream application logs.
  • migrate: Run database migrations.

Environment Variables

  • ISH_MCP_DEBUG: Set to 1 to enable verbose error reporting.
  • MCP_RATE_LIMIT: Configure request rate limiting (default: 100/min).
  • MCP_REQUEST_TIMEOUT_MS: Set maximum request duration (default: 30000ms).

Development

Running Tests

composer test

Contributing

Please see CONTRIBUTING.md for details.

License

MIT License. See LICENSE for more information.

统计信息

  • 总下载量: 16
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-12-29