@caplets/core 0.18.7 → 0.18.9

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.
@@ -1,13 +1,13 @@
1
1
  import { z } from "zod";
2
- export declare const operations: readonly ["get_caplet", "check_backend", "list_tools", "search_tools", "get_tool", "call_tool"];
3
- export declare const mcpOperations: readonly ["get_caplet", "check_backend", "list_tools", "search_tools", "get_tool", "call_tool", "list_resources", "search_resources", "list_resource_templates", "read_resource", "list_prompts", "search_prompts", "get_prompt", "complete"];
2
+ export declare const operations: readonly ["inspect", "check_backend", "list_tools", "search_tools", "get_tool", "call_tool"];
3
+ export declare const mcpOperations: readonly ["inspect", "check_backend", "list_tools", "search_tools", "get_tool", "call_tool", "list_resources", "search_resources", "list_resource_templates", "read_resource", "list_prompts", "search_prompts", "get_prompt", "complete"];
4
4
  export type GeneratedOperation = (typeof operations)[number];
5
5
  export type GeneratedMcpOperation = (typeof mcpOperations)[number];
6
6
  export type CapletSchemaBackend = {
7
7
  backend: string;
8
8
  };
9
9
  export declare const generatedToolInputDescriptions: {
10
- readonly operation: "Wrapper operation: get_caplet, check_backend, list_tools, search_tools, get_tool, call_tool. MCP Caplets also expose resources, prompts, and completions.";
10
+ readonly operation: "Wrapper operation: inspect, check_backend, list_tools, search_tools, get_tool, call_tool. MCP Caplets also expose resources, prompts, and completions.";
11
11
  readonly query: "Required for search operations only.";
12
12
  readonly limit: "Optional list/search result limit.";
13
13
  readonly tool: "Exact downstream tool name for get_tool or call_tool.";
@@ -53,7 +53,7 @@ export declare function generatedToolInputSchemaForCaplet(caplet: CapletSchemaBa
53
53
  search_tools: "search_tools";
54
54
  get_tool: "get_tool";
55
55
  check_backend: "check_backend";
56
- get_caplet: "get_caplet";
56
+ inspect: "inspect";
57
57
  call_tool: "call_tool";
58
58
  }>;
59
59
  }, z.core.$strict>;
@@ -68,7 +68,7 @@ export declare const generatedToolInputSchema: z.ZodObject<{
68
68
  search_tools: "search_tools";
69
69
  get_tool: "get_tool";
70
70
  check_backend: "check_backend";
71
- get_caplet: "get_caplet";
71
+ inspect: "inspect";
72
72
  call_tool: "call_tool";
73
73
  }>;
74
74
  }, z.core.$strict>;
@@ -132,8 +132,8 @@ export declare function generatedToolInputJsonSchemaForCaplet(caplet: CapletSche
132
132
  };
133
133
  readonly operation: {
134
134
  readonly type: "string";
135
- readonly enum: readonly ["get_caplet", "check_backend", "list_tools", "search_tools", "get_tool", "call_tool"] | readonly ["get_caplet", "check_backend", "list_tools", "search_tools", "get_tool", "call_tool", "list_resources", "search_resources", "list_resource_templates", "read_resource", "list_prompts", "search_prompts", "get_prompt", "complete"];
136
- readonly description: "Wrapper operation: get_caplet, check_backend, list_tools, search_tools, get_tool, call_tool. MCP Caplets also expose resources, prompts, and completions.";
135
+ readonly enum: readonly ["inspect", "check_backend", "list_tools", "search_tools", "get_tool", "call_tool"] | readonly ["inspect", "check_backend", "list_tools", "search_tools", "get_tool", "call_tool", "list_resources", "search_resources", "list_resource_templates", "read_resource", "list_prompts", "search_prompts", "get_prompt", "complete"];
136
+ readonly description: "Wrapper operation: inspect, check_backend, list_tools, search_tools, get_tool, call_tool. MCP Caplets also expose resources, prompts, and completions.";
137
137
  };
138
138
  readonly query: {
139
139
  readonly type: "string";
@@ -225,8 +225,8 @@ export declare function generatedToolInputJsonSchema(): {
225
225
  };
226
226
  readonly operation: {
227
227
  readonly type: "string";
228
- readonly enum: readonly ["get_caplet", "check_backend", "list_tools", "search_tools", "get_tool", "call_tool"] | readonly ["get_caplet", "check_backend", "list_tools", "search_tools", "get_tool", "call_tool", "list_resources", "search_resources", "list_resource_templates", "read_resource", "list_prompts", "search_prompts", "get_prompt", "complete"];
229
- readonly description: "Wrapper operation: get_caplet, check_backend, list_tools, search_tools, get_tool, call_tool. MCP Caplets also expose resources, prompts, and completions.";
228
+ readonly enum: readonly ["inspect", "check_backend", "list_tools", "search_tools", "get_tool", "call_tool"] | readonly ["inspect", "check_backend", "list_tools", "search_tools", "get_tool", "call_tool", "list_resources", "search_resources", "list_resource_templates", "read_resource", "list_prompts", "search_prompts", "get_prompt", "complete"];
229
+ readonly description: "Wrapper operation: inspect, check_backend, list_tools, search_tools, get_tool, call_tool. MCP Caplets also expose resources, prompts, and completions.";
230
230
  };
231
231
  readonly query: {
232
232
  readonly type: "string";
@@ -1,2 +1,2 @@
1
- import { a as generatedToolInputJsonSchemaForCaplet, c as mcpOperations, i as generatedToolInputJsonSchema, l as operations, n as completionRefSchema, o as generatedToolInputSchema, r as generatedToolInputDescriptions, s as generatedToolInputSchemaForCaplet, t as completionArgumentSchema } from "./generated-tool-input-schema-BYoyY-l-.js";
1
+ import { a as generatedToolInputJsonSchemaForCaplet, c as mcpOperations, i as generatedToolInputJsonSchema, l as operations, n as completionRefSchema, o as generatedToolInputSchema, r as generatedToolInputDescriptions, s as generatedToolInputSchemaForCaplet, t as completionArgumentSchema } from "./generated-tool-input-schema--kVuUNc5.js";
2
2
  export { completionArgumentSchema, completionRefSchema, generatedToolInputDescriptions, generatedToolInputJsonSchema, generatedToolInputJsonSchemaForCaplet, generatedToolInputSchema, generatedToolInputSchemaForCaplet, mcpOperations, operations };