Skip to content

Commit 651f452

Browse files
committed
fix: rm examples dir from main build entry...
was causing dev-local server to *run* unconditionally when the mcp package was imported from.
1 parent 9849411 commit 651f452

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/mcp/src/index.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,4 @@ export * from './types/index.js';
88
export * from './resources/index.js';
99

1010
// Tools
11-
export * from './tools/index.js';
12-
13-
// Examples
14-
export * from './examples/index.js';
11+
export * from './tools/index.js';

0 commit comments

Comments
 (0)