Skip to content

Commit 16571d7

Browse files
committed
Expose stateful export for Smithery
1 parent c1f6df8 commit 16571d7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,9 @@ export const configSchema = z
107107
},
108108
);
109109

110+
// Smithery v3 expects a named export to signal stateful servers.
111+
export const stateful = true;
112+
110113
// Default function for Smithery
111114
export default function ({ config }: { config: z.infer<typeof configSchema> }) {
112115
if (!config.browserbaseApiKey) {

0 commit comments

Comments
 (0)