From b670bde25dca694606ae2ddc2bdcc587825df8d0 Mon Sep 17 00:00:00 2001 From: Max Korp Date: Fri, 8 Aug 2025 15:09:59 -0700 Subject: [PATCH] use 0.0.0.0 as host for mastra example since default changed --- typescript-sdk/integrations/mastra/example/src/mastra/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/typescript-sdk/integrations/mastra/example/src/mastra/index.ts b/typescript-sdk/integrations/mastra/example/src/mastra/index.ts index 7bb833e77..1980c338c 100644 --- a/typescript-sdk/integrations/mastra/example/src/mastra/index.ts +++ b/typescript-sdk/integrations/mastra/example/src/mastra/index.ts @@ -8,6 +8,7 @@ import { toolBasedGenerativeUIAgent } from "./agents/tool-based-generative-ui"; export const mastra = new Mastra({ server: { port: process.env.PORT ? parseInt(process.env.PORT) : 4111, + host: "0.0.0.0", }, agents: { agentic_chat: agenticChatAgent, tool_based_generative_ui: toolBasedGenerativeUIAgent }, storage: new LibSQLStore({