mastodon-mcp-server (1.0.5-1) unstable; urgency=medium

  * Fix: replace the hand-rolled minimal MCP JSON-RPC implementation
    (mastodon_mcp_server/_mcp.py, frozen at protocol version
    2024-11-05) with the real fastmcp SDK, matching every other
    VitexSoftware MCP server. The homemade tools/list response was
    missing fields required by newer MCP wire revisions (cacheScope,
    resultType, ttlMs), which made fastmcp-based aggregators such as
    mcprack reject the whole tool list even though the server itself
    was reachable and healthy.
  * Add python3-fastmcp (>= 2.0.0) as a dependency.

 -- vitex <info@vitexsoftware.cz>  Thu, 10 Sep 2026 22:15:00 +0200

mastodon-mcp-server (1.0.4-1) unstable; urgency=medium

  * Fix: status_post now auto-detects the post's language when the
    caller doesn't supply one, instead of leaving posts untagged and
    falling back to the account's default (previously always
    "english" even for non-English text, e.g. Czech).
  * Consolidate duplicate project icons into a single
    mastodon-mcp-server.svg and remove the now-redundant standalone
    metainfo.xml.

 -- vitex <info@vitexsoftware.cz>  Fri, 28 Aug 2026 22:37:25 +0200

mastodon-mcp-server (1.0.3-1) unstable; urgency=medium

  * Security fix: READ_ONLY now defaults to true (fail-closed). It
    previously defaulted to false, meaning write operations
    (post/delete/follow/block/mute) were enabled out of the box unless
    explicitly disabled.

 -- vitex <info@vitexsoftware.cz>  Thu, 27 Aug 2026 17:14:54 +0200

mastodon-mcp-server (1.0.2-1) unstable; urgency=medium

  * Add companion package mcprack-mcp-server-mastodon: registers
    mastodon-mcp-server into the local mcprack MCP catalog on install
    (postinst) and unregisters it on removal (prerm).

 -- vitex <info@vitexsoftware.cz>  Thu, 27 Aug 2026 09:26:21 +0200

mastodon-mcp-server (1.0.1-1) unstable; urgency=medium

  * Replace fastmcp dependency with bundled stdlib-only MCP implementation
    to resolve unmet dependency chain (python3-mcp, python3-opentelemetry-api,
    python3-py-key-value-aio not packaged for Debian Trixie)

 -- Vítězslav Dvořák <info@vitexsoftware.cz>  Wed, 30 Apr 2026 10:00:00 +0200

mastodon-mcp-server (1.0.0-1) unstable; urgency=medium

  * Initial Debian package release
  * Comprehensive MCP server for Mastodon integration
  * Timeline reading: home, local, public, hashtag
  * Status posting, deleting, favouriting, reblogging, bookmarking
  * Account management: follow, unfollow, block, mute, relationships
  * Notifications reading and dismissal
  * Full-text search across accounts, statuses, and hashtags
  * Trending tags, statuses, and links
  * List management
  * Media upload support
  * Read-only mode for secure browsing
  * Support for both STDIO and HTTP transports

 -- Vítězslav Dvořák <info@vitexsoftware.cz>  Wed, 30 Apr 2026 02:40:00 +0200
