<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Abyssale MCP Server Changelog</title>
    <link>https://developers.abyssale.com/mcp/changelog</link>
    <description>Version history of the Abyssale MCP server, newest first. Semantic Versioning, Keep a Changelog format.</description>
    <language>en</language>
    <lastBuildDate>Tue, 01 Sep 2026 00:00:00 GMT</lastBuildDate>
    <atom:link href="https://developers.abyssale.com/rss/mcp.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>1.0.0</title>
      <link>https://developers.abyssale.com/mcp/changelog</link>
      <guid isPermaLink="false">abyssale:mcp-changelog:1.0.0</guid>
      <pubDate>Tue, 01 Sep 2026 00:00:00 GMT</pubDate>
      <description>First public release. Added (5): Authentication; Identity; Discovery; Generation; and 1 more.</description>
      <content:encoded><![CDATA[<p>First public release.</p>
<h3>Added</h3>
<ul>
<li><strong>Authentication.</strong> Sign in with your Abyssale account via OAuth — no API keys to copy around.
Access is scoped per client: you can, for example, allow a client to read your designs without
allowing it to spend generation credits. See <a href="https://developers.abyssale.com/mcp/authentication">Authentication</a>.</li>
<li><strong>Identity</strong> — <a href="https://developers.abyssale.com/mcp/tools-reference#get-me"><code>get_me</code></a>: check which Abyssale workspace you're
connected as.</li>
<li><strong>Discovery</strong> — <a href="https://developers.abyssale.com/mcp/tools-reference#list-designs"><code>list_designs</code></a>,
<a href="https://developers.abyssale.com/mcp/tools-reference#search-designs"><code>search_designs</code></a>,
<a href="https://developers.abyssale.com/mcp/tools-reference#get-design"><code>get_design</code></a>,
<a href="https://developers.abyssale.com/mcp/tools-reference#get-design-format"><code>get_design_format</code></a>,
<a href="https://developers.abyssale.com/mcp/tools-reference#get-design-as-import"><code>get_design_as_import</code></a>,
<a href="https://developers.abyssale.com/mcp/tools-reference#list-projects"><code>list_projects</code></a>,
<a href="https://developers.abyssale.com/mcp/tools-reference#create-project"><code>create_project</code></a>,
<a href="https://developers.abyssale.com/mcp/tools-reference#list-fonts"><code>list_fonts</code></a>,
<a href="https://developers.abyssale.com/mcp/tools-reference#get-remaining-credits"><code>get_remaining_credits</code></a>: browse and inspect your
designs, projects, fonts and credit balance.</li>
<li><strong>Generation</strong> — <a href="https://developers.abyssale.com/mcp/tools-reference#generate-static-banner"><code>generate_static_banner</code></a> for a
single image on demand, plus
<a href="https://developers.abyssale.com/mcp/tools-reference#generate-banners-async"><code>generate_banners_async</code></a>,
<a href="https://developers.abyssale.com/mcp/tools-reference#generate-multipage-pdf"><code>generate_multipage_pdf</code></a> and
<a href="https://developers.abyssale.com/mcp/tools-reference#check-generation-status"><code>check_generation_status</code></a> for multi-format,
video, and multi-page output.</li>
<li><strong>Design import</strong> — <a href="https://developers.abyssale.com/mcp/tools-reference#import-design-from-json"><code>import_design_from_json</code></a>
and <a href="https://developers.abyssale.com/mcp/tools-reference#check-design-import-status"><code>check_design_import_status</code></a>: create a
design from a JSON structure, including support for images that live on your own machine.</li>
</ul>]]></content:encoded>
    </item>
  </channel>
</rss>
