{"name":"Mail Webhook MCP Server","version":"1.0.1","description":"基于 Cloudflare Workers 的 MCP 服务器，为 AI 助手提供邮件发送功能工具","protocol":"MCP (Model Context Protocol)","endpoints":{"health":"GET /health","oauth":{"metadata":"GET /.well-known/oauth-authorization-server","register":"POST /register","clientInfo":"GET /register/{clientId}"},"mcp":{"streamableHttp":{"note":"Standard MCP 2024-11-05 Streamable HTTP transport","endpoint":"POST/GET /mcp/v1","description":"Single endpoint supporting both HTTP requests and SSE streaming"},"http":{"note":"Legacy HTTP endpoints for compatibility","initialize":"POST /mcp/initialize","listTools":"GET /mcp/tools","callTool":"POST /mcp/tools/call"},"sse":{"simplified":{"connect":"GET /mcp/sse?token=your-api-token","withMessage":"GET /mcp/sse?token=your-token&method=<method>&params=<json>&id=<id>","status":"GET /mcp/sse/status","health":"GET /mcp/sse/health","instructions":"GET /mcp/sse/instructions"},"experimental":{"note":"Experimental endpoints with Cloudflare Workers limitations","connect":"GET /mcp/sse/experimental","messages":"POST /mcp/sse/experimental/{sessionId}/messages"}}}},"tools":["send_email - 发送邮件","list_email_templates - 列出邮件模板","get_email_template - 获取模板详情","get_email_status - 查询邮件状态"],"documentation":{"mcp":"https://modelcontextprotocol.io/","github":"https://github.com/your-org/mailwebhook-mcp"}}