@ait-co/devtools 0.1.65 → 0.1.67
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 +217 -32
- package/dist/mcp/cli.js.map +1 -1
- package/dist/mcp/server.js +1 -1
- package/dist/panel/index.js +10 -2
- package/dist/panel/index.js.map +1 -1
- package/dist/{qr-http-server-C34O140J.cjs → qr-http-server-B5YndXcS.cjs} +215 -30
- package/dist/qr-http-server-B5YndXcS.cjs.map +1 -0
- package/dist/{qr-http-server-DBgh4rxe.js → qr-http-server-BUfbLGm1.js} +215 -30
- package/dist/qr-http-server-BUfbLGm1.js.map +1 -0
- package/dist/{qr-http-server-Dp3a1AMl.js → qr-http-server-ChC7P6-H.js} +215 -30
- package/dist/qr-http-server-ChC7P6-H.js.map +1 -0
- package/dist/{qr-http-server-CR4p9Y2d.cjs → qr-http-server-DRlwR54D.cjs} +215 -30
- package/dist/qr-http-server-DRlwR54D.cjs.map +1 -0
- package/dist/{tunnel-CIc0oSit.js → tunnel-BNzbSCfB.js} +2 -2
- package/dist/{tunnel-CIc0oSit.js.map → tunnel-BNzbSCfB.js.map} +1 -1
- package/dist/{tunnel-H7VujZz5.cjs → tunnel-CrlCX5sZ.cjs} +2 -2
- package/dist/{tunnel-H7VujZz5.cjs.map → tunnel-CrlCX5sZ.cjs.map} +1 -1
- package/dist/unplugin/index.cjs +1 -1
- package/dist/unplugin/index.js +1 -1
- package/dist/unplugin/tunnel.cjs +1 -1
- package/dist/unplugin/tunnel.js +1 -1
- package/package.json +1 -1
- package/dist/qr-http-server-C34O140J.cjs.map +0 -1
- package/dist/qr-http-server-CR4p9Y2d.cjs.map +0 -1
- package/dist/qr-http-server-DBgh4rxe.js.map +0 -1
- package/dist/qr-http-server-Dp3a1AMl.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.67"
|
|
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
|
@@ -25365,6 +25365,8 @@ const en = {
|
|
|
25365
25365
|
"notifications.option.newAgreement": "newAgreement (first-time agree)",
|
|
25366
25366
|
"notifications.option.alreadyAgreed": "alreadyAgreed (already opted-in)",
|
|
25367
25367
|
"notifications.option.agreementRejected": "agreementRejected (user declined)",
|
|
25368
|
+
"dashboard.lang.ko": "한국어",
|
|
25369
|
+
"dashboard.lang.en": "English",
|
|
25368
25370
|
"dashboard.title": "AIT Debug Dashboard",
|
|
25369
25371
|
"dashboard.updated": "Last updated: {ts}",
|
|
25370
25372
|
"dashboard.tunnel.section": "Tunnel status",
|
|
@@ -25374,6 +25376,8 @@ const en = {
|
|
|
25374
25376
|
"dashboard.attach.hint": "Call the build_attach_url MCP tool to show the QR here.",
|
|
25375
25377
|
"dashboard.pages.section": "Connected Pages",
|
|
25376
25378
|
"dashboard.pages.empty": "No attached pages",
|
|
25379
|
+
"dashboard.url.copy": "Copy",
|
|
25380
|
+
"dashboard.url.copied": "Copied",
|
|
25377
25381
|
"attach.title": "AIT Debug Session — QR Scan",
|
|
25378
25382
|
"attach.deployment": "deployment: {label}",
|
|
25379
25383
|
"attach.steps.section": "How to scan",
|
|
@@ -25572,6 +25576,8 @@ const ko = {
|
|
|
25572
25576
|
"notifications.option.newAgreement": "newAgreement (최초 동의)",
|
|
25573
25577
|
"notifications.option.alreadyAgreed": "alreadyAgreed (이미 동의됨)",
|
|
25574
25578
|
"notifications.option.agreementRejected": "agreementRejected (사용자 거절)",
|
|
25579
|
+
"dashboard.lang.ko": "한국어",
|
|
25580
|
+
"dashboard.lang.en": "English",
|
|
25575
25581
|
"dashboard.title": "AIT 디버그 Dashboard",
|
|
25576
25582
|
"dashboard.updated": "마지막 갱신: {ts}",
|
|
25577
25583
|
"dashboard.tunnel.section": "터널 상태",
|
|
@@ -25581,6 +25587,8 @@ const ko = {
|
|
|
25581
25587
|
"dashboard.attach.hint": "build_attach_url MCP tool을 호출하면 QR이 여기에 표시됩니다.",
|
|
25582
25588
|
"dashboard.pages.section": "연결된 Pages",
|
|
25583
25589
|
"dashboard.pages.empty": "attach된 페이지 없음",
|
|
25590
|
+
"dashboard.url.copy": "복사",
|
|
25591
|
+
"dashboard.url.copied": "복사됨",
|
|
25584
25592
|
"attach.title": "AIT 디버그 세션 — QR 스캔",
|
|
25585
25593
|
"attach.deployment": "deployment: {label}",
|
|
25586
25594
|
"attach.steps.section": "스캔 절차",
|
|
@@ -26432,7 +26440,7 @@ function readGlobalString(key) {
|
|
|
26432
26440
|
}
|
|
26433
26441
|
const TELEMETRY_ENDPOINT = readGlobalString("__TELEMETRY_ENDPOINT__") ?? "https://t.aitc.dev";
|
|
26434
26442
|
function getVersion() {
|
|
26435
|
-
return "0.1.
|
|
26443
|
+
return "0.1.67";
|
|
26436
26444
|
}
|
|
26437
26445
|
let panelVisibleSince = null;
|
|
26438
26446
|
let accumulatedMs = 0;
|
|
@@ -30683,7 +30691,7 @@ function Panel() {
|
|
|
30683
30691
|
color: "#666",
|
|
30684
30692
|
fontWeight: 400
|
|
30685
30693
|
},
|
|
30686
|
-
children: ["v", "0.1.
|
|
30694
|
+
children: ["v", "0.1.67"]
|
|
30687
30695
|
}),
|
|
30688
30696
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("button", {
|
|
30689
30697
|
type: "button",
|