Skip to content

Commit 90974d0

Browse files
Remove validate utilities from browser exports
This removes the validateManifest utilities that were added to the browser bundle. These functions are not needed for the browser export. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 2d76201 commit 90974d0

File tree

3 files changed

+0
-102
lines changed

3 files changed

+0
-102
lines changed

src/browser.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// Browser-compatible exports
22
export * from "./schemas/index.js";
3-
export * from "./schemas/validate.js";
43
export * from "./shared/config.js";
54
export * from "./types.js";

src/cli/cli.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import { basename, dirname, join, resolve } from "path";
77
import { fileURLToPath } from "url";
88

99
import { signMcpbFile, unsignMcpbFile, verifyMcpbFile } from "../node/sign.js";
10-
import { cleanMcpb, validateManifest } from "../node/validate.js";
1110
import { initExtension } from "./init.js";
1211
import { packExtension } from "./pack.js";
1312
import { unpackExtension } from "./unpack.js";

src/schemas/validate.ts

Lines changed: 0 additions & 100 deletions
This file was deleted.

0 commit comments

Comments
 (0)