@trkbt10/sier-llm-skills 0.2.0 → 0.2.1

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,3 +1,4 @@
1
+ #!/usr/bin/env node
1
2
  import { mkdir as e, readFile as t, writeFile as n } from "node:fs/promises";
2
3
  import { Server as r } from "@modelcontextprotocol/sdk/server/index.js";
3
4
  import { CallToolRequestSchema as i, ListToolsRequestSchema as a } from "@modelcontextprotocol/sdk/types.js";
package/dist/index.js CHANGED
@@ -1,4 +1,5 @@
1
- import { _ as e, a as t, c as n, d as r, f as i, g as a, h as o, i as s, l as c, m as l, n as u, o as d, p as f, r as p, s as m, t as h, u as g, v as _ } from "./evidence-server-B6i7fzMM.js";
1
+ #!/usr/bin/env node
2
+ import { _ as e, a as t, c as n, d as r, f as i, g as a, h as o, i as s, l as c, m as l, n as u, o as d, p as f, r as p, s as m, t as h, u as g, v as _ } from "./evidence-server-C9MfkC5i.js";
2
3
  import { Client as v } from "@modelcontextprotocol/sdk/client/index.js";
3
4
  import { StdioClientTransport as y } from "@modelcontextprotocol/sdk/client/stdio.js";
4
5
  //#region src/browser-control/cdp/cdp-capture.ts
package/dist/mcp-serve.js CHANGED
@@ -1,17 +1 @@
1
1
  #!/usr/bin/env node
2
- import { t as e, v as t } from "./evidence-server-B6i7fzMM.js";
3
- import { StdioServerTransport as n } from "@modelcontextprotocol/sdk/server/stdio.js";
4
- //#region src/mcp/serve.ts
5
- var r = process.env.OUTPUT_DIR ?? "./output", i = e({
6
- strategy: t(async (e) => (await import("playwright")).chromium.launch({ headless: e.headless })),
7
- launchOptions: {
8
- headless: !0,
9
- viewport: {
10
- width: 1280,
11
- height: 800
12
- }
13
- },
14
- outputDir: r
15
- }), a = new n();
16
- await i.connect(a);
17
- //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trkbt10/sier-llm-skills",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -20,7 +20,7 @@
20
20
  "README.md"
21
21
  ],
22
22
  "bin": {
23
- "evidence-mcp": "./dist/mcp-serve.js"
23
+ "sier-llm-skills": "./dist/mcp-serve.js"
24
24
  },
25
25
  "packageManager": "bun@1.3.11",
26
26
  "sideEffects": false,