bitfab-cli 0.2.51 → 0.2.52
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/index.js +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -26269,7 +26269,7 @@ var nullableType = ZodNullable2.create;
|
|
|
26269
26269
|
var preprocessType = ZodEffects.createWithPreprocess;
|
|
26270
26270
|
var pipelineType = ZodPipeline.create;
|
|
26271
26271
|
|
|
26272
|
-
// ../node_modules/.pnpm/@modelcontextprotocol+sdk@1.29.
|
|
26272
|
+
// ../node_modules/.pnpm/@modelcontextprotocol+sdk@1.29.0_@cfworker+json-schema@4.1.1_zod@4.3.6/node_modules/@modelcontextprotocol/sdk/dist/esm/types.js
|
|
26273
26273
|
var RELATED_TASK_META_KEY = "io.modelcontextprotocol/related-task";
|
|
26274
26274
|
var JSONRPC_VERSION = "2.0";
|
|
26275
26275
|
var AssertObjectSchema = custom((v) => v !== null && (typeof v === "object" || typeof v === "function"));
|
|
@@ -27754,16 +27754,16 @@ var ServerResultSchema = union([
|
|
|
27754
27754
|
// ../node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.3.6/node_modules/zod-to-json-schema/dist/esm/parsers/string.js
|
|
27755
27755
|
var ALPHA_NUMERIC = new Set("ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvxyz0123456789");
|
|
27756
27756
|
|
|
27757
|
-
// ../node_modules/.pnpm/@modelcontextprotocol+sdk@1.29.
|
|
27757
|
+
// ../node_modules/.pnpm/@modelcontextprotocol+sdk@1.29.0_@cfworker+json-schema@4.1.1_zod@4.3.6/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.js
|
|
27758
27758
|
var import_ajv_formats = __toESM(require_dist(), 1);
|
|
27759
27759
|
|
|
27760
|
-
// ../node_modules/.pnpm/@modelcontextprotocol+sdk@1.29.
|
|
27760
|
+
// ../node_modules/.pnpm/@modelcontextprotocol+sdk@1.29.0_@cfworker+json-schema@4.1.1_zod@4.3.6/node_modules/@modelcontextprotocol/sdk/dist/esm/server/completable.js
|
|
27761
27761
|
var McpZodTypeKind;
|
|
27762
27762
|
(function(McpZodTypeKind2) {
|
|
27763
27763
|
McpZodTypeKind2["Completable"] = "McpCompletable";
|
|
27764
27764
|
})(McpZodTypeKind || (McpZodTypeKind = {}));
|
|
27765
27765
|
|
|
27766
|
-
// ../node_modules/.pnpm/@modelcontextprotocol+sdk@1.29.
|
|
27766
|
+
// ../node_modules/.pnpm/@modelcontextprotocol+sdk@1.29.0_@cfworker+json-schema@4.1.1_zod@4.3.6/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.js
|
|
27767
27767
|
import process3 from "process";
|
|
27768
27768
|
|
|
27769
27769
|
// src/claude.ts
|