@shiplightai/mcp 0.1.56 → 0.1.57

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,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import { createRequire as __createRequire } from "module";
3
3
  const require = __createRequire(import.meta.url);
4
- import{h as E}from"./chunk-2BZVD336.js";import{b as _,c as I,d as C,l as N,o as R}from"./chunk-MINNFENX.js";import{a as r}from"./chunk-UBUBM7F7.js";import"./chunk-B7PRQ6ZM.js";import{l as O}from"./chunk-X5NUVPAF.js";import"./chunk-HBXQFJ2K.js";import"./chunk-ETDHHU35.js";import"./chunk-LM633YUO.js";import{createRequire as M}from"module";import{z as x}from"zod";var X=M(import.meta.url);function D(t,s,e){let o=()=>t.stepHistory.length===0?"":`**Recent Steps**:
4
+ import{h as E}from"./chunk-2BZVD336.js";import{b as _,c as I,d as C,l as N,o as R}from"./chunk-KG3IU2VV.js";import{a as r}from"./chunk-UBUBM7F7.js";import"./chunk-B7PRQ6ZM.js";import{l as O}from"./chunk-X5NUVPAF.js";import"./chunk-HBXQFJ2K.js";import"./chunk-ETDHHU35.js";import"./chunk-LM633YUO.js";import{createRequire as M}from"module";import{z as x}from"zod";var X=M(import.meta.url);function D(t,s,e){let o=()=>t.stepHistory.length===0?"":`**Recent Steps**:
5
5
  ${t.stepHistory.slice(-3).map(a=>{let n=`${a.outcome.success?"\u2713":"\u2717"} Step ${a.stepNumber}: ${a.goal}`;if(a.actions.length>1)a.actions.forEach((c,l)=>{let h=c.action_description||"Unknown action";n+=`
6
6
  \u2192 Action ${l+1}: ${h}`});else if(a.actions.length===1){let c=a.actions[0]?.action_description||"Unknown action";n+=`
7
7
  \u2192 ${c}`}if(!a.outcome.success&&a.outcome.error){let c=a.outcome.error.substring(0,100);n+=`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shiplightai/mcp",
3
- "version": "0.1.56",
3
+ "version": "0.1.57",
4
4
  "type": "module",
5
5
  "description": "Shiplight MCP server for AI-powered test automation",
6
6
  "main": "dist/index.js",