@ait-co/devtools 0.1.110 → 0.1.111

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.
@@ -1013,7 +1013,7 @@ function createDevServer(deps = {}) {
1013
1013
  const aitSource = deps.aitSource ?? new HttpAitSource({ stateEndpoint });
1014
1014
  const server = new Server({
1015
1015
  name: "ait-devtools",
1016
- version: "0.1.110"
1016
+ version: "0.1.111"
1017
1017
  }, { capabilities: { tools: {} } });
1018
1018
  server.setRequestHandler(ListToolsRequestSchema, () => ({ tools: DEV_TOOL_DEFINITIONS.map((tool) => ({ ...tool })) }));
1019
1019
  server.setRequestHandler(CallToolRequestSchema, async (request) => {