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 b4b7e5f commit d8862f8Copy full SHA for d8862f8
examples/realtime-twilio/index.ts
@@ -62,11 +62,9 @@ const agent = new RealtimeAgent({
62
instructions:
63
'You are a friendly assistant. When you use a tool always first say what you are about to do.',
64
tools: [
65
- hostedMcpTool({
66
- serverLabel: 'dnd',
67
- }),
68
hostedMcpTool({
69
serverLabel: 'deepwiki',
+ serverUrl: 'https://mcp.deepwiki.com/sse',
70
}),
71
secretTool,
72
weatherTool,
0 commit comments