From 91f78ce449b1c3db19826a6098e851531b1c910d Mon Sep 17 00:00:00 2001 From: Dominik Jain Date: Thu, 19 Feb 2026 16:39:41 +0100 Subject: [PATCH] :sparkles: Account for Token.resolvedValue now being implemented Update MCP instructions, removing workaround for #8341 --- mcp/packages/server/data/initial_instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcp/packages/server/data/initial_instructions.md b/mcp/packages/server/data/initial_instructions.md index c053c18cc1..6bf5b0b903 100644 --- a/mcp/packages/server/data/initial_instructions.md +++ b/mcp/packages/server/data/initial_instructions.md @@ -325,7 +325,7 @@ The token library: `penpot.library.local.tokens` (type: `TokenCatalog`) `Token`: union type encompassing various token types, with common properties: * `name: string` - Token name (typically structured, e.g. "color.base.white") * `value` - Raw value (direct value or reference to another token like "{color.primary}") - * `resolvedValue` - Computed final value (follows references) - currently NOT working, do not use! + * `resolvedValue` - Computed final value (follows references) * `type: TokenType` Discovering tokens: