import { Agent, MCPServerStreamableHttp } from "@openai/agents";
const eddyhdzg = new MCPServerStreamableHttp({ url: "https://eddyhdzg.com/api/mcp" });
await eddyhdzg.connect();
const agent = new Agent({
name: "Austin scout",
instructions: "Use the eddyhdzg MCP tools.",
mcpServers: [eddyhdzg],
});