@ait-co/devtools 0.1.116 → 0.1.117
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/{cli-BLBo0lkP.js → cli-CvUNQKqw.js} +88 -2
- package/dist/{cli-BLBo0lkP.js.map → cli-CvUNQKqw.js.map} +1 -1
- package/dist/{debug-server-DcAKrbnq.js → debug-server-BvrESnaV.js} +2 -2
- package/dist/debug-server-BvrESnaV.js.map +1 -0
- package/dist/{debug-server-DlXJARIC.js → debug-server-jrI9U_f4.js} +116 -28
- package/dist/debug-server-jrI9U_f4.js.map +1 -0
- package/dist/mcp/cli.js +2 -2
- package/dist/mcp/server.js +1 -1
- package/dist/panel/index.js +1 -1
- package/dist/test-runner/cli.js +1 -1
- package/package.json +1 -1
- package/dist/debug-server-DcAKrbnq.js.map +0 -1
- package/dist/debug-server-DlXJARIC.js.map +0 -1
package/dist/mcp/cli.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { a as wrapEnvelope, c as getSdkCallHistory, d as tierRejectionError, i as runMobileDebugServer, l as isAitToolName, n as runDebugServer, o as getMockState, r as runLocalDebugServer, s as getOperationalEnvironment, u as mcpError } from "../debug-server-
|
|
2
|
+
import { a as wrapEnvelope, c as getSdkCallHistory, d as tierRejectionError, i as runMobileDebugServer, l as isAitToolName, n as runDebugServer, o as getMockState, r as runLocalDebugServer, s as getOperationalEnvironment, u as mcpError } from "../debug-server-jrI9U_f4.js";
|
|
3
3
|
import { realpathSync } from "node:fs";
|
|
4
4
|
import { argv } from "node:process";
|
|
5
5
|
import { fileURLToPath } from "node:url";
|
|
@@ -463,7 +463,7 @@ function createDevServer(deps = {}) {
|
|
|
463
463
|
const aitSource = deps.aitSource ?? new HttpAitSource({ stateEndpoint });
|
|
464
464
|
const server = new Server({
|
|
465
465
|
name: "ait-devtools",
|
|
466
|
-
version: "0.1.
|
|
466
|
+
version: "0.1.117"
|
|
467
467
|
}, { capabilities: { tools: {} } });
|
|
468
468
|
server.setRequestHandler(ListToolsRequestSchema, () => ({ tools: DEV_TOOL_DEFINITIONS.map((tool) => ({ ...tool })) }));
|
|
469
469
|
server.setRequestHandler(CallToolRequestSchema, async (request) => {
|
package/dist/mcp/server.js
CHANGED
|
@@ -1022,7 +1022,7 @@ function createDevServer(deps = {}) {
|
|
|
1022
1022
|
const aitSource = deps.aitSource ?? new HttpAitSource({ stateEndpoint });
|
|
1023
1023
|
const server = new Server({
|
|
1024
1024
|
name: "ait-devtools",
|
|
1025
|
-
version: "0.1.
|
|
1025
|
+
version: "0.1.117"
|
|
1026
1026
|
}, { capabilities: { tools: {} } });
|
|
1027
1027
|
server.setRequestHandler(ListToolsRequestSchema, () => ({ tools: DEV_TOOL_DEFINITIONS.map((tool) => ({ ...tool })) }));
|
|
1028
1028
|
server.setRequestHandler(CallToolRequestSchema, async (request) => {
|
package/dist/panel/index.js
CHANGED
|
@@ -30136,7 +30136,7 @@ function Panel() {
|
|
|
30136
30136
|
color: "#666",
|
|
30137
30137
|
fontWeight: 400
|
|
30138
30138
|
},
|
|
30139
|
-
children: ["v", "0.1.
|
|
30139
|
+
children: ["v", "0.1.117"]
|
|
30140
30140
|
}),
|
|
30141
30141
|
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("button", {
|
|
30142
30142
|
type: "button",
|
package/dist/test-runner/cli.js
CHANGED
package/package.json
CHANGED