{
  "name": "timestamp-converter",
  "version": "0.1.0",
  "description": "MCP服务：时间字符串转Unix时间戳",
  "protocol": "HTTP",
  "endpoints": {
    "mcp": {
      "url": "/mcp",
      "method": "POST",
      "description": "MCP JSON-RPC调用端点"
    },
    "sse": {
      "url": "/sse",
      "method": "GET",
      "description": "Server-Sent Events流式端点"
    },
    "health": {
      "url": "/health",
      "method": "GET",
      "description": "健康检查端点"
    }
  },
  "example": {
    "curl": "curl -X POST https://timestampmcp.askcheng.xyz/mcp -H \"Content-Type: application/json\" -d '{\"jsonrpc\": \"2.0\", \"id\": \"1\", \"method\": \"tools/call\", \"params\": {\"name\": \"convert_to_timestamp\", \"arguments\": {\"datetime\": \"2025-09-25 17:25:23\"}}}'"
  }
}