diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5d22bf8..ae92fef 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "packages/mcp": "0.6.0" + "packages/mcp": "0.7.0" } diff --git a/packages/mcp/CHANGELOG.md b/packages/mcp/CHANGELOG.md index 01903e5..c4c01b5 100644 --- a/packages/mcp/CHANGELOG.md +++ b/packages/mcp/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.7.0](https://github.com/gemini-testing/testplane-mcp/compare/mcp-v0.6.0...mcp-v0.7.0) (2026-05-17) + + +### Features + +* add support for headful mode in CLI ([#38](https://github.com/gemini-testing/testplane-mcp/issues/38)) ([df1a7c5](https://github.com/gemini-testing/testplane-mcp/commit/df1a7c567c1b384a96690f8ac5e3429b87057f05)) +* add the timeout option to navigate command ([#35](https://github.com/gemini-testing/testplane-mcp/issues/35)) ([484a5b3](https://github.com/gemini-testing/testplane-mcp/commit/484a5b3e3cff8fffbbd5bc97fb877aef0b09f7be)) +* implement browser-console tool ([#40](https://github.com/gemini-testing/testplane-mcp/issues/40)) ([9e965f9](https://github.com/gemini-testing/testplane-mcp/commit/9e965f968371b196c65e1da1bcdc26eb5a3f4938)) +* implement initial version of testplane cli ([#34](https://github.com/gemini-testing/testplane-mcp/issues/34)) ([9aec732](https://github.com/gemini-testing/testplane-mcp/commit/9aec7321df8155196fa3f7c9f1de888405db51e8)) +* implement inspect-result tool ([#42](https://github.com/gemini-testing/testplane-mcp/issues/42)) ([f37ca5d](https://github.com/gemini-testing/testplane-mcp/commit/f37ca5d72c4eece1f7978c1e3f380aca0ccc3bc0)) +* implement run-code tool ([#44](https://github.com/gemini-testing/testplane-mcp/issues/44)) ([e76404d](https://github.com/gemini-testing/testplane-mcp/commit/e76404d9bcaa4f87e2b437b7c463e5d2deb1aec6)) +* implement select-option tool ([#39](https://github.com/gemini-testing/testplane-mcp/issues/39)) ([0305aa4](https://github.com/gemini-testing/testplane-mcp/commit/0305aa434f6ee28eac407b0b22d9d87e7ec71e1a)) +* implement the test-results command ([#41](https://github.com/gemini-testing/testplane-mcp/issues/41)) ([cec6a90](https://github.com/gemini-testing/testplane-mcp/commit/cec6a90d289fc96aa00185246cde96c4d6af487d)) +* implement the time-travel-snapshot tool ([#43](https://github.com/gemini-testing/testplane-mcp/issues/43)) ([7626c55](https://github.com/gemini-testing/testplane-mcp/commit/7626c550313185d3f36f6ac1ed7bde57db45f963)) +* save snapshots to file by default and remove element-based snapshots ([#36](https://github.com/gemini-testing/testplane-mcp/issues/36)) ([d692e66](https://github.com/gemini-testing/testplane-mcp/commit/d692e66971b168217140f7f8b905497fe3f9747c)) + ## [0.6.0](https://github.com/gemini-testing/testplane-mcp/compare/v0.5.0...v0.6.0) (2025-10-15) diff --git a/packages/mcp/package.json b/packages/mcp/package.json index b512cd4..6880d54 100644 --- a/packages/mcp/package.json +++ b/packages/mcp/package.json @@ -1,6 +1,6 @@ { "name": "@testplane/mcp", - "version": "0.6.0", + "version": "0.7.0", "description": "MCP server for Testplane tool", "main": "build/cli.js", "type": "module",