From d019972bca055e7ca664129e4739ba82cabfea94 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 62890ea577..d8f960249f 100644 --- a/mcp/packages/server/data/initial_instructions.md +++ b/mcp/packages/server/data/initial_instructions.md @@ -267,7 +267,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: