Skip to content

amakaflow/fastapi-openapi-hygiene

v0.1.0

Offline OpenAPI lint for FastAPI: optional-anyof piles, missing discriminators, bare untyped object responses.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

fastapi-openapi-hygienestdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "server.mjs"
  ],
  "cwd": "${PLUGIN_ROOT}"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "fastapi-openapi-hygiene",
  "version": "0.1.0",
  "description": "Offline OpenAPI lint for FastAPI: optional-anyof piles, missing discriminators, bare untyped object responses.",
  "author": {
    "name": "tinkabot"
  }
}