> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tokencraft.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Product updates and announcements for Tokencraft

<Update label="June 2026" description="MCP OAuth" tags={["MCP", "OAuth", "Integrations"]}>
  ## Hosted MCP with OAuth

  Tokencraft now hosts a remote MCP server with OAuth authentication.

  **MCP OAuth**

  * Hosted MCP at `https://app.tokencraft.dev/api/mcp`
  * OAuth consent flow for Cursor, Claude remote MCP, and other HTTP clients
  * Discovery endpoints: `/.well-known/oauth-authorization-server` and `/.well-known/oauth-protected-resource`
  * Scoped access: `read:tokens`, `write:tokens`, `export:tokens`
  * 30-day access tokens, revocable from API Settings

  **Figma plugin OAuth**

  * Official Figma plugin connects via browser OAuth (no API key to paste)
  * PKCE + polling bridge for Figma's sandbox environment

  **Documentation**

  * New [MCP OAuth guide](/mcp/oauth)
  * Updated [MCP configuration](/mcp/configuration) for hosted vs local setup
</Update>

<Update label="March 2026" description="v1.0.0" tags={["Launch", "API", "Design Tokens"]}>
  ## Tokencraft v1.0.0

  Tokencraft 1.0.0 introduces the core platform for managing design tokens end-to-end.

  **Workspace & team structure**

  * Workspace management for organizing token projects
  * Member roles for collaboration in shared workspaces

  **Token authoring**

  * Tokensets to group design tokens by domain
  * Modes (for example Light/Dark) per tokenset
  * Full token CRUD with typed values and aliases

  **API & integrations**

  * REST API (`/api/v1`) for workspaces, tokensets, modes, tokens, and export
  * API tokens with granular scopes: `read:tokens`, `write:tokens`, `export:tokens`
  * Figma plugin integration for design-to-code workflows

  **Export pipeline**

  * Multi-format export: JSON, CSS, iOS (Swift), Android (XML)
  * Mode-level and tokenset-level export endpoints

  **Product experience**

  * Fast dashboard workflows for token editing
  * Clean navigation across workspace, tokenset, and token pages
</Update>

***

<Note>
  Want to suggest a feature or report a bug? Visit our [Feature Base](https://tokencraft.featurebase.app/) or contact us at [support@tokencraft.dev](mailto:support@tokencraft.dev)
</Note>
