@skyramp/mcp 0.0.7 → 0.0.8
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.
|
@@ -4,7 +4,7 @@ import { z } from "zod";
|
|
|
4
4
|
import { PLAYWRIGHT_OUTPUT_FILE_FIELD_NAME, TELEMETRY_entrypoint_FIELD_NAME, TRACE_OUTPUT_FILE_FIELD_NAME, validatePath, } from "../utils/utils.js";
|
|
5
5
|
import { logger } from "../utils/logger.js";
|
|
6
6
|
export function registerTraceStopTool(server) {
|
|
7
|
-
server.registerTool("
|
|
7
|
+
server.registerTool("skyramp_stop_trace_collection", {
|
|
8
8
|
description: `Stop trace collection and save captured data using Skyramp's comprehensive tracing capabilities.
|
|
9
9
|
|
|
10
10
|
Stopping trace collection finalizes the monitoring process and exports all captured data to specified files. This includes API calls, service communications, user interactions, and network traffic that occurred during the collection period.
|
package/build/types/TestTypes.js
CHANGED
|
@@ -5,8 +5,7 @@ export const baseSchema = z.object({
|
|
|
5
5
|
.describe("Programming language for the generated test (default: python)"),
|
|
6
6
|
framework: z
|
|
7
7
|
.string()
|
|
8
|
-
.
|
|
9
|
-
.describe("Testing framework to use (e.g., pytest for python, playwright for javascript, junit for java, etc.)"),
|
|
8
|
+
.describe("Testing framework to use (e.g., pytest for python, playwright for javascript and typescript, junit for java, etc.)"),
|
|
10
9
|
output: z.string().optional().describe("Name of the output test file"),
|
|
11
10
|
outputDir: z
|
|
12
11
|
.string()
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyramp/mcp",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"main": "build/index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@modelcontextprotocol/sdk": "^1.11.4",
|
|
45
|
-
"@skyramp/skyramp": "^1.2.
|
|
45
|
+
"@skyramp/skyramp": "^1.2.10",
|
|
46
46
|
"dockerode": "^4.0.6",
|
|
47
47
|
"zod": "^3.25.3"
|
|
48
48
|
},
|