We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6338d commit 20ace8aCopy full SHA for 20ace8a
typescript-sdk/integrations/mastra/example/src/mastra/index.ts
@@ -8,6 +8,7 @@ import { toolBasedGenerativeUIAgent } from "./agents/tool-based-generative-ui";
8
export const mastra = new Mastra({
9
server: {
10
port: process.env.PORT ? parseInt(process.env.PORT) : 4111,
11
+ host: "0.0.0.0",
12
},
13
agents: { agentic_chat: agenticChatAgent, tool_based_generative_ui: toolBasedGenerativeUIAgent },
14
storage: new LibSQLStore({
0 commit comments