{
  "server": {
    "name": "darra-aistudio-mcp",
    "title": "Darra AI Studio MCP",
    "version": "1.0.0"
  },
  "protocolVersion": "2025-06-18",
  "transport": "streamable-http",
  "endpoint": "https://aistudio.darra.xyz/mcp",
  "authentication": "none",
  "tools": [
    {
      "name": "get_product_overview",
      "description": "获取 Darra AI Studio / Darra AI SDK 产品概况：开放式工业视觉平台、Studio 与 SDK 边界、支持语言、推理框架、平台、诚实边界（无强化学习、不承诺硬实时、macOS 不在 v1）"
    },
    {
      "name": "list_features",
      "description": "列出 Darra AI Studio 与 Darra AI SDK 的核心能力：独立桌面端、开放导出、单向加密、C ABI 六语言 SDK、多框架推理。明确不做强化学习。"
    },
    {
      "name": "get_sdk_install",
      "description": "按编程语言返回 Darra AI SDK 安装命令与包信息。language ∈ {c#, java, python, c, c++, rust}。公开包是 runtime，不含加密签发。"
    },
    {
      "name": "get_code_prompt",
      "description": "获取 Darra AI SDK 的 AI 代码生成上下文（C ABI 规则 + 六语言入口 + 易错点），供 AI 直接生成可运行推理代码。等价于读取 /ai-prompts.txt"
    },
    {
      "name": "get_pricing",
      "description": "获取购买与授权指引。不返回编造的价格数字；以 https://shop.darra.xyz 当前页面为准。说明激活码/试用形态，不按设备或账号计价。"
    },
    {
      "name": "search",
      "description": "在 Darra AI Studio / Darra AI SDK 的功能、安装、授权与诚实边界中按关键词检索，返回命中的摘要与来源链接"
    }
  ],
  "serverCard": "https://aistudio.darra.xyz/.well-known/mcp/server-card.json",
  "hint": "POST JSON-RPC 2.0 messages to this endpoint (initialize, tools/list, tools/call, resources/list...)."
}