@ait-co/devtools 0.1.120 → 0.1.121

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
- import { a as wrapEnvelope, i as runMobileDebugServer, n as runDebugServer, r as runLocalDebugServer } from "../debug-server-DNqP-T9V.js";
3
- import { D as getSdkCallHistory, E as getOperationalEnvironment, Q as tierRejectionError, T as getMockState, k as isAitToolName, q as mcpError } from "../attach-orchestrator-BJr41GN8.js";
2
+ import { a as wrapEnvelope, i as runMobileDebugServer, n as runDebugServer, r as runLocalDebugServer } from "../debug-server-m9lIC9YW.js";
3
+ import { D as getSdkCallHistory, E as getOperationalEnvironment, Q as tierRejectionError, T as getMockState, k as isAitToolName, q as mcpError } from "../attach-orchestrator-DPMBN06p.js";
4
4
  import { realpathSync } from "node:fs";
5
5
  import { argv } from "node:process";
6
6
  import { fileURLToPath } from "node:url";
@@ -464,7 +464,7 @@ function createDevServer(deps = {}) {
464
464
  const aitSource = deps.aitSource ?? new HttpAitSource({ stateEndpoint });
465
465
  const server = new Server({
466
466
  name: "ait-devtools",
467
- version: "0.1.120"
467
+ version: "0.1.121"
468
468
  }, { capabilities: { tools: {} } });
469
469
  server.setRequestHandler(ListToolsRequestSchema, () => ({ tools: DEV_TOOL_DEFINITIONS.map((tool) => ({ ...tool })) }));
470
470
  server.setRequestHandler(CallToolRequestSchema, async (request) => {
@@ -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.120"
1025
+ version: "0.1.121"
1026
1026
  }, { capabilities: { tools: {} } });
1027
1027
  server.setRequestHandler(ListToolsRequestSchema, () => ({ tools: DEV_TOOL_DEFINITIONS.map((tool) => ({ ...tool })) }));
1028
1028
  server.setRequestHandler(CallToolRequestSchema, async (request) => {
@@ -30136,7 +30136,7 @@ function Panel() {
30136
30136
  color: "#666",
30137
30137
  fontWeight: 400
30138
30138
  },
30139
- children: ["v", "0.1.120"]
30139
+ children: ["v", "0.1.121"]
30140
30140
  }),
30141
30141
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)("button", {
30142
30142
  type: "button",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ait-co/devtools",
3
- "version": "0.1.120",
3
+ "version": "0.1.121",
4
4
  "description": "Development tools for Apps in Toss mini-apps — mock SDK, floating devtools panel, and universal bundler plugin",
5
5
  "type": "module",
6
6
  "engines": {