Skip to content

v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Aug 19:44
· 4 commits to main since this release

Changed

  • Renamed from mcp-abfall to abfall-mcp-server — repository, package,
    CLI command, Python module, Docker image and cache directory. The
    environment variables changed accordingly: MCP_ABFALL_*ABFALL_MCP_*.
    GitHub redirects the old repository URL, but anyone with a local clone should
    update their remote, and existing configs that call mcp-abfall need the new
    command name. The registry entry in server.json moved to
    io.github.AlpayC/abfall-mcp-server, which has to match the repository for
    the registry's namespace check.

Added

  • Website: filterable tool cards with invocation, schema and a view source
    link into server.py, resources as their own section, and a searchable
    directory of all 995 authorities.
  • Tools now declare MCP ToolAnnotations: read_only_hint on all of them, and
    open_world_hint where a municipal portal is contacted.

Fixed

  • The site rendered in the system font stack instead of Geist: the font
    variables sat on <body> while --font-body and --font-code were declared
    on :root and referenced them there.