@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.
- package/dist/cli/commands.d.ts +4 -2
- package/dist/cli/setup.d.ts +19 -0
- package/dist/cli.d.ts +2 -0
- package/dist/{completion-B9niw4HY.js → completion-RqzHpHRY.js} +16 -6
- package/dist/{generated-tool-input-schema-BYoyY-l-.js → generated-tool-input-schema--kVuUNc5.js} +196 -196
- package/dist/generated-tool-input-schema.d.ts +9 -9
- package/dist/generated-tool-input-schema.js +1 -1
- package/dist/index.js +3128 -2925
- package/dist/native.js +3 -3
- package/dist/{options-CY6p-C9L.js → options-DnOUjft1.js} +49 -44
- package/dist/remote-control/types.d.ts +1 -1
- package/dist/tools.d.ts +1 -1
- package/package.json +4 -4
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
|
-
export declare const operations: readonly ["
|
|
3
|
-
export declare const mcpOperations: readonly ["
|
|
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:
|
|
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
|
-
|
|
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
|
-
|
|
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 ["
|
|
136
|
-
readonly description: "Wrapper operation:
|
|
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 ["
|
|
229
|
-
readonly description: "Wrapper operation:
|
|
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
|
|
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 };
|