cucumberstudio-mcp 1.2.0 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
1
  // Auto-generated version info - DO NOT EDIT
2
2
  // Generated at build time from package.json
3
- export const PACKAGE_VERSION = '1.2.0';
3
+ export const PACKAGE_VERSION = '1.2.2';
4
4
  export const PACKAGE_NAME = 'cucumberstudio-mcp';
package/manifest.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "manifest_version": "0.3",
3
3
  "name": "cucumberstudio-mcp",
4
4
  "display_name": "Cucumber Studio MCP",
5
- "version": "1.2.0",
5
+ "version": "1.2.2",
6
6
  "description": "MCP server for Cucumber Studio API integration - access test scenarios, action words, and execution data",
7
7
  "long_description": "A Model Context Protocol (MCP) server that provides LLM access to Cucumber Studio's testing platform. This server enables AI assistants to retrieve test scenarios, action words, test runs, and project information from Cucumber Studio. Features include project management, scenario browsing, reusable test steps access, and test execution monitoring with comprehensive error handling and type safety.",
8
8
  "author": {
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "cucumberstudio-mcp",
3
- "version": "1.2.0",
3
+ "mcpName": "io.github.HeroSizy/cucumberstudio",
4
+ "version": "1.2.2",
4
5
  "description": "MCP server for Cucumber Studio API integration",
5
6
  "main": "build/index.js",
6
7
  "type": "module",