We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1f6df8 commit 16571d7Copy full SHA for 16571d7
1 file changed
src/index.ts
@@ -107,6 +107,9 @@ export const configSchema = z
107
},
108
);
109
110
+// Smithery v3 expects a named export to signal stateful servers.
111
+export const stateful = true;
112
+
113
// Default function for Smithery
114
export default function ({ config }: { config: z.infer<typeof configSchema> }) {
115
if (!config.browserbaseApiKey) {
0 commit comments