@ait-co/devtools 0.1.73 → 0.1.74
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.
- package/dist/mcp/cli.js +117 -42
- package/dist/mcp/cli.js.map +1 -1
- package/dist/mcp/server.js +1 -1
- package/dist/panel/index.js +8 -2
- package/dist/panel/index.js.map +1 -1
- package/dist/{qr-http-server-Ditd2ndz.js → qr-http-server-Bn2ciFuC.js} +51 -6
- package/dist/qr-http-server-Bn2ciFuC.js.map +1 -0
- package/dist/{qr-http-server-0uN5jxLW.cjs → qr-http-server-BqZ8c0Bp.cjs} +51 -6
- package/dist/qr-http-server-BqZ8c0Bp.cjs.map +1 -0
- package/dist/{qr-http-server-TQG61eI4.js → qr-http-server-Cpc4jfTA.js} +51 -6
- package/dist/qr-http-server-Cpc4jfTA.js.map +1 -0
- package/dist/{qr-http-server-BTjpFS3p.cjs → qr-http-server-DNGVwI0P.cjs} +51 -6
- package/dist/qr-http-server-DNGVwI0P.cjs.map +1 -0
- package/dist/{tunnel-BxGnLAat.js → tunnel-BuymAS3O.js} +3 -2
- package/dist/{tunnel-BxGnLAat.js.map → tunnel-BuymAS3O.js.map} +1 -1
- package/dist/{tunnel-BXAWl2tI.cjs → tunnel-CAxygywQ.cjs} +3 -2
- package/dist/{tunnel-BXAWl2tI.cjs.map → tunnel-CAxygywQ.cjs.map} +1 -1
- package/dist/unplugin/index.cjs +1 -1
- package/dist/unplugin/index.js +1 -1
- package/dist/unplugin/tunnel.cjs +2 -1
- package/dist/unplugin/tunnel.cjs.map +1 -1
- package/dist/unplugin/tunnel.d.cts.map +1 -1
- package/dist/unplugin/tunnel.d.ts.map +1 -1
- package/dist/unplugin/tunnel.js +2 -1
- package/dist/unplugin/tunnel.js.map +1 -1
- package/package.json +1 -1
- package/dist/qr-http-server-0uN5jxLW.cjs.map +0 -1
- package/dist/qr-http-server-BTjpFS3p.cjs.map +0 -1
- package/dist/qr-http-server-Ditd2ndz.js.map +0 -1
- package/dist/qr-http-server-TQG61eI4.js.map +0 -1
package/dist/mcp/server.js
CHANGED
|
@@ -964,7 +964,7 @@ function createDevServer(deps = {}) {
|
|
|
964
964
|
const aitSource = deps.aitSource ?? new HttpAitSource({ stateEndpoint });
|
|
965
965
|
const server = new Server({
|
|
966
966
|
name: "ait-devtools",
|
|
967
|
-
version: "0.1.
|
|
967
|
+
version: "0.1.74"
|
|
968
968
|
}, { capabilities: { tools: {} } });
|
|
969
969
|
server.setRequestHandler(ListToolsRequestSchema, () => ({ tools: DEV_TOOL_DEFINITIONS.map((tool) => ({ ...tool })) }));
|
|
970
970
|
server.setRequestHandler(CallToolRequestSchema, async (request) => {
|
package/dist/panel/index.js
CHANGED
|
@@ -25378,6 +25378,9 @@ const en = {
|
|
|
25378
25378
|
"dashboard.pages.empty": "No attached pages",
|
|
25379
25379
|
"dashboard.url.copy": "Copy",
|
|
25380
25380
|
"dashboard.url.copied": "Copied",
|
|
25381
|
+
"dashboard.inspector.section": "Inspector",
|
|
25382
|
+
"dashboard.inspector.open": "Open inspector",
|
|
25383
|
+
"dashboard.inspector.waiting": "Inspector URL pending — appears after a page attaches",
|
|
25381
25384
|
"attach.title": "AIT Debug Session — QR Scan",
|
|
25382
25385
|
"attach.deployment": "deployment: {label}",
|
|
25383
25386
|
"attach.steps.section": "How to scan",
|
|
@@ -25610,6 +25613,9 @@ const ko = {
|
|
|
25610
25613
|
"dashboard.pages.empty": "attach된 페이지 없음",
|
|
25611
25614
|
"dashboard.url.copy": "복사",
|
|
25612
25615
|
"dashboard.url.copied": "복사됨",
|
|
25616
|
+
"dashboard.inspector.section": "인스펙터",
|
|
25617
|
+
"dashboard.inspector.open": "인스펙터 열기",
|
|
25618
|
+
"dashboard.inspector.waiting": "인스펙터 URL 대기 중 (페이지 attach 후 표시됩니다)",
|
|
25613
25619
|
"attach.title": "AIT 디버그 세션 — QR 스캔",
|
|
25614
25620
|
"attach.deployment": "deployment: {label}",
|
|
25615
25621
|
"attach.steps.section": "스캔 절차",
|
|
@@ -26482,7 +26488,7 @@ function readGlobalString(key) {
|
|
|
26482
26488
|
}
|
|
26483
26489
|
const TELEMETRY_ENDPOINT = readGlobalString("__TELEMETRY_ENDPOINT__") ?? "https://t.aitc.dev";
|
|
26484
26490
|
function getVersion() {
|
|
26485
|
-
return "0.1.
|
|
26491
|
+
return "0.1.74";
|
|
26486
26492
|
}
|
|
26487
26493
|
let panelVisibleSince = null;
|
|
26488
26494
|
let accumulatedMs = 0;
|
|
@@ -30733,7 +30739,7 @@ function Panel() {
|
|
|
30733
30739
|
color: "#666",
|
|
30734
30740
|
fontWeight: 400
|
|
30735
30741
|
},
|
|
30736
|
-
children: ["v", "0.1.
|
|
30742
|
+
children: ["v", "0.1.74"]
|
|
30737
30743
|
}),
|
|
30738
30744
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("button", {
|
|
30739
30745
|
type: "button",
|