从提示词到 送达。
你的智能体可以设置通道、管理客户并确认送达。
通过 MCP 和 CLI 实现完整的读写访问。
YouVoice
Can you check which calls are active right now and tell me which are connected and which are still ringing?
Bird MCP4 connected actions
- 1Read the workspace
workspace_get - 2Find calls in progress
voice_legs_list - 3Inspect the connected call
voice_legs_get - 4Inspect the ringing call
voice_legs_get
连接 GitHub Copilot。
然后开始工作。
服务器连接和账户授权是两个独立的步骤。
{
"servers": {
"bird": {
"type": "http",
"url": "https://mcp.bird.com"
}
}
}添加 Bird
使用此处所示的 .vscode/mcp.json 配置。如果某个 Bird 插件已注册了该服务器,请保留现有连接。
授权连接
在 VS Code 中通过 MCP: List Servers 启动 Bird。完成浏览器登录后,即可在 Copilot 代理模式中使用相关工具。
检查账户
在执行第一个产品任务之前,让代理调用 whoami 并检查当前工作区。返回的身份信息表明登录成功。
几个不错的
起点。
告诉你的智能体目标,让 Bird 提供操作。
Check my recent email failures. Group them by reason, inspect the affected sending domain, and tell me what needs fixing before making changes.Help me set up SMS for order updates. Check my workspace and available senders, explain what is missing, then prepare a test for a number I provide.List the Voice calls that are active right now. Separate connected calls from calls that are still ringing, and show their IDs.在你的第一个任务之前。
让连接真正有用的细节。
连接 MCP 会让我的代理获得无限制的访问权限吗?
不会。工具只在你持有并在授权时选择委派的权限范围内运行。你可以从你的 Bird 账户撤销该连接。
托管 MCP 需要 API 密钥吗?
托管 MCP 使用浏览器登录。你单独部署的应用程序使用其自身受保护的应用凭据。
工具显示了但调用失败怎么办?
检查客户端的身份验证状态。仅注册服务器 URL 并不会让你登录。重新授权 Bird,然后确认你的身份和工作区。