{
  "$schema": "https://static.modelcontextprotocol.io/schemas/v1/server-card.schema.json",
  "name": "com.refined-x/public-ask",
  "version": "1.0.0",
  "description": "Refined-X Public Ask: NLWeb v0.55-compatible restricted /ask subset. Supports POST /ask with conversational_search, list, summarize, buffered SSE, and MCP ask over Streamable HTTP. Does not support /await, promise responses, elicitation, chatgpt_app, arbitrary extension fields, result actions, or long-term memory.",
  "title": "Refined-X Public Ask",
  "websiteUrl": "https://refined-x.com/",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://ask.refined-x.com/mcp",
      "headers": [
        {
          "name": "Authorization",
          "description": "Optional Bearer API key. Anonymous clients default to list; summarize modes may require credentials.",
          "isRequired": false,
          "isSecret": true,
          "value": "Bearer {token}",
          "variables": {
            "token": {
              "description": "Machine API key (optional)",
              "isRequired": false,
              "isSecret": true
            }
          }
        }
      ],
      "supportedProtocolVersions": [
        "2024-11-05"
      ]
    }
  ],
  "_meta": {
    "com.refined-x/discovery": {
      "healthUrl": "https://ask.refined-x.com/health",
      "aboutUrl": "https://refined-x.com/.well-known/about.json",
      "openapiUrl": "https://refined-x.com/openapi.json",
      "siteDescription": "欢迎访问师兄的林间小屋（Refined-X）。在这里，我全面记录了过去十余年在前端架构设计、复杂项目工程化落地方面的实战经验，同时深入分享在 AI 辅助研发、Agent 人机协作模式探索以及职业生涯发展过程中的深度思考与复盘。致力于将技术沉淀转化为高价值认知，与你共同在技术演进的大潮中保持敏锐洞察并实现持续成长。",
      "access": "public-read-only",
      "capability": "NLWeb v0.55-compatible restricted /ask subset",
      "supported": [
        "POST /ask",
        "conversational_search",
        "list",
        "summarize",
        "SSE",
        "MCP ask"
      ],
      "unsupported": [
        "/await",
        "promise responses",
        "elicitation",
        "chatgpt_app",
        "arbitrary extension fields",
        "result actions",
        "long-term memory"
      ]
    }
  }
}
