@thallylabs/mcp 0.10.21 → 0.10.24

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/tools.d.ts CHANGED
@@ -9,7 +9,7 @@ import { z } from 'zod';
9
9
  * agent (A1) drives the `project` tools against a checked-out docs repo. Both
10
10
  * consume this one registry instead of re-declaring the tools.
11
11
  */
12
- type ToolScope = 'project' | 'site';
12
+ type ToolScope = "project" | "site";
13
13
  interface ToolDefinition {
14
14
  name: string;
15
15
  description: string;