From 926d573d3ec4a69f3d7cb56ab8b6ef79d119dfc6 Mon Sep 17 00:00:00 2001 From: Dominik Jain Date: Thu, 12 Feb 2026 17:24:44 +0100 Subject: [PATCH] :construction: Temporary workaround for Token resolvedValue not working Instruct LLM to not use this property. To be reverted once #8341 is fixed. --- 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 6105be7090..6f746d1012 100644 --- a/mcp/packages/server/data/initial_instructions.md +++ b/mcp/packages/server/data/initial_instructions.md @@ -290,7 +290,7 @@ The token library: `penpot.library.local.tokens` (type: `TokenCatalog`) `Token`: * `name: string` - Token name (may include group path like "color.base.white") * `value: string | TokenValueString` - Raw value (may be direct value or reference to another token like "{color.primary}") - * `resolvedValue` - Computed final value (follows references) + * `resolvedValue` - Computed final value (follows references) - currently NOT working, do not use! * `type: TokenType` Discovering tokens: