@ait-co/devtools 0.1.54-beta.0 → 0.1.55

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.
@@ -949,7 +949,7 @@ function createDevServer(deps = {}) {
949
949
  const aitSource = deps.aitSource ?? new HttpAitSource({ stateEndpoint });
950
950
  const server = new Server({
951
951
  name: "ait-devtools",
952
- version: "0.1.54-beta.0"
952
+ version: "0.1.55"
953
953
  }, { capabilities: { tools: {} } });
954
954
  server.setRequestHandler(ListToolsRequestSchema, () => ({ tools: DEV_TOOL_DEFINITIONS.map((tool) => ({ ...tool })) }));
955
955
  server.setRequestHandler(CallToolRequestSchema, async (request) => {