Skip to content

Commit 415de70

Browse files
committed
Generated markdown tutorials from Jupyter Notebooks
Generated from: couchbase-examples/mcp-cookbook
1 parent 968534a commit 415de70

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tutorial/markdown/generated/mcp-cookbook/openai_agents-OpenAI_Agents_MCP_Tutorial.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,8 @@ async with MCPServerStdio(
306306
"CB_PASSWORD": os.getenv("CB_PASSWORD"),
307307
"CB_BUCKET_NAME": os.getenv("CB_BUCKET_NAME")
308308
}
309-
}
309+
},
310+
client_session_timeout_seconds=30,
310311
) as server:
311312
trace_id = gen_trace_id()
312313
with trace(trace_id=trace_id, workflow_name="CouchbaseDemo"):

0 commit comments

Comments
 (0)