MCP Gherkin Server
MCP ガーキンサーバー
このプロジェクトは、Gherkinファイルを生成するMCPサーバーです。ユーザー定義データに基づいてGherkin構文を作成および保存するためのインターフェースを提供します。
目次
Related MCP server: docs-is-code
概要
MCP Gherkin Serverを使用すると、ユーザーはプログラムでGherkin機能ファイルを生成できます。MCP(Model Context Protocol)を利用してリクエストとレスポンスを処理するため、他のアプリケーションとの統合が容易になります。
インストール
プロジェクトをインストールするには、リポジトリをクローンして次のコマンドを実行します。
npm install使用法
サーバーを起動するには、次のコマンドを実行します。
npm startサーバーが起動したら、Gherkin ファイルを生成するためのリクエストを送信できます。サーバーは生成されたコンテンツを返すか、指定された場所に保存します。
リクエスト例
定義されたルートを使用して、Gherkin ファイルを生成するリクエストを送信できます。リクエスト形式の詳細については、API ドキュメントを参照してください。
貢献
貢献を歓迎します!GitHub で問題を開くか、プル リクエストを送信してください。
ライセンス
このプロジェクトはMITライセンスの下で提供されています。詳細はLICENSEファイルをご覧ください。
This server cannot be deployed
Maintenance
Related MCP Connectors
3rd Generation Testing (3TG) — generate deterministic test suites from Markdown spec tables via MCP.
Generate PDF, Word (.docx) and PowerPoint (.pptx) documents from Markdown over MCP.
- StorydocOAuthcom.storydoc
Generate and manage Storydoc presentations from any MCP-compatible client.
A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.…
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceGit-native MCP server for managing AI context across sessions. Enables LLMs to access project and feature context via markdown files, preserving decisions and constraints.1-
- AlicenseNot gradedqualityCmaintenanceEnables document-driven development by automatically detecting Markdown spec changes, generating implementation plans, and syncing code and tests through MCP tools.6 npm2MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to parse, create, update, delete, and search natural language specification elements in markdown files via MCP tools.1MIT
- AlicenseCqualityBmaintenanceAutomates generation of QA artifacts such as API tests, E2E tests, and documentation exports. It supports REST Assured, Cypress, and Excel/Word document generation.52 npmMIT