MCP.so
ログイン

MCP Gherkin Server

@eax

MCP Gherkin Server について

testai-mcp-server

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

eax

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is MCP Gherkin Server?

The MCP Gherkin Server is an MCP server that generates Gherkin feature files programmatically. It provides an interface for creating and saving Gherkin syntax based on user-defined data, making it easy to integrate with other applications via the Model Context Protocol.

How to use MCP Gherkin Server?

Install the project by cloning the repository and running npm install. Start the server with npm start. Once running, send requests to generate Gherkin files; the server can return the generated content or save it to a specified location (see the API documentation for request formats).

Key features of MCP Gherkin Server

  • Generates Gherkin feature files programmatically
  • Uses MCP for handling requests and responses
  • Saves generated files to a specified location
  • Easy integration with other applications
  • Built with Node.js and npm

Use cases of MCP Gherkin Server

  • Automating creation of Gherkin feature files from structured data
  • Generating test scenarios based on user-defined inputs
  • Saving generated Gherkin files to a project directory for reuse

FAQ from MCP Gherkin Server

How do I install the MCP Gherkin Server?

Clone the repository and run npm install in the project directory.

How do I start the server?

Run npm start from the project root after installation.

How do I generate a Gherkin file?

Send a request to the running server using the defined routes. The server will respond with the generated content or save it to a location you specify. Refer to the API documentation for request format details.

コメント

「その他」の他のコンテンツ