{
  "ok": true,
  "serverInfo": {
    "name": "metadata-tool-mcp-skills",
    "version": "0.3.0"
  },
  "endpoint": "http://mcporase.ddns.net/mcp",
  "authentication": {
    "type": "bearer",
    "header": "Authorization",
    "valueFormat": "Bearer <token>",
    "tokenEnv": "MCP_AUTH_TOKEN"
  },
  "designCompatibility": {
    "transport": [
      "stdio",
      "http-json-rpc"
    ],
    "httpEndpoint": "/mcp",
    "healthEndpoint": "/health",
    "manifestEndpoint": "/.well-known/mcp.json",
    "authentication": {
      "type": "bearer",
      "header": "Authorization",
      "tokenSource": "MCP_AUTH_TOKEN",
      "fixedTokenDefault": true
    },
    "directives": [
      "All HTTP MCP JSON-RPC requests require Authorization: Bearer <token>.",
      "The token is fixed for the deployment and can be overridden with MCP_AUTH_TOKEN.",
      "Credentials for Unity, Infinity, BigQuery, OpenAI and Responsys stay server-side in the host adapter.",
      "Tool outputs must not expose credentials, OAuth tokens, passwords, tenant secrets or private keys.",
      "Write tools preserve dry-run and explicit confirmation guardrails.",
      "The same server remains compatible with local stdio MCP clients and OCI-hosted HTTP clients."
    ]
  }
}