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.

评论

其他 分类下的更多 MCP 服务器