@ait-co/devtools 0.1.50 → 0.1.51

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.
@@ -923,7 +923,7 @@ function createDevServer(deps = {}) {
923
923
  const aitSource = deps.aitSource ?? new HttpAitSource({ stateEndpoint });
924
924
  const server = new Server({
925
925
  name: "ait-devtools",
926
- version: "0.1.50"
926
+ version: "0.1.51"
927
927
  }, { capabilities: { tools: {} } });
928
928
  server.setRequestHandler(ListToolsRequestSchema, () => ({ tools: DEV_TOOL_DEFINITIONS.map((tool) => ({ ...tool })) }));
929
929
  server.setRequestHandler(CallToolRequestSchema, async (request) => {