Skip to content

Commit 8dc5cf3

Browse files
committed
chore: export UserConfigSchema for consumers
1 parent a585a82 commit 8dc5cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export { Server, type ServerOptions } from "./server.js";
22
export { Session, type SessionOptions } from "./common/session.js";
3-
export { type UserConfig } from "./common/config/userConfig.js";
3+
export { type UserConfig, UserConfigSchema } from "./common/config/userConfig.js";
44
export { LoggerBase, type LogPayload, type LoggerType, type LogLevel } from "./common/logger.js";
55
export { StreamableHttpRunner } from "./transports/streamableHttp.js";
66
export { StdioRunner } from "./transports/stdio.js";

0 commit comments

Comments
 (0)