MCP Gherkin Server
MCP Gherkin 服务器
该项目是一个生成 Gherkin 文件的 MCP 服务器。它提供了一个基于用户自定义数据创建和保存 Gherkin 语法的接口。
目录
Related MCP server: docs-is-code
概述
MCP Gherkin 服务器允许用户以编程方式生成 Gherkin 功能文件。它利用模型上下文协议 (MCP) 来处理请求和响应,从而易于与其他应用程序集成。
安装
要安装项目,请克隆存储库并运行以下命令:
npm install用法
要启动服务器,请运行:
npm start服务器运行后,您可以发送请求来生成 Gherkin 文件。服务器将返回生成的内容或将其保存到指定位置。
示例请求
您可以使用定义的路由发送生成 Gherkin 文件的请求。有关请求格式的更多详细信息,请参阅 API 文档。
贡献
欢迎贡献!请在 GitHub 上创建 issue 或提交 Pull 请求。
执照
本项目遵循 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