Skip to content

NeNe health カタログ例

NeNe アプリの docs/mcp/tools.json にコピー。OpenAPI の operationId: healthCheck に整合。

English

json
{
  "tools": [
    {
      "name": "getHealthCheck",
      "title": "Health Check",
      "description": "GET /health/index (operationId healthCheck).",
      "safety": "read",
      "source": {
        "type": "openapi",
        "operationId": "healthCheck",
        "method": "GET",
        "path": "/health/index"
      },
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      },
      "responseSchemaRef": null
    }
  ]
}

NENE_MCP_TOOLS_JSON絶対パス を使用してください。

MIT ライセンスの下で公開されています。