{
  "schema_version": "0.1",
  "name": "Altrys",
  "version": "1.0.0",
  "description": "Altrys - AIエージェント対応サイト",
  "transport": [
    { "type": "sse",  "url": "https://altrys.jp/mcp/sse" },
    { "type": "http", "url": "https://altrys.jp/mcp/rpc" }
  ],
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": false
  },
  "tools": [
    {
      "name": "search",
      "description": "Altrys のコンテンツを検索します",
      "inputSchema": {
        "type": "object",
        "properties": {
          "query": { "type": "string", "description": "検索クエリ" }
        },
        "required": ["query"]
      }
    }
  ]
}