From 892098d63e748b90160825e0a2c1b859d266c32e Mon Sep 17 00:00:00 2001 From: Dominik Jain Date: Thu, 15 Jan 2026 17:32:55 +0100 Subject: [PATCH] Encourage use of the storage object --- mcp-server/data/prompts.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mcp-server/data/prompts.yml b/mcp-server/data/prompts.yml index 4f829e6..fe31ca6 100644 --- a/mcp-server/data/prompts.yml +++ b/mcp-server/data/prompts.yml @@ -15,12 +15,15 @@ initial_instructions: | directly in the connected project. VERY IMPORTANT: When writing code, NEVER LOG INFORMATION YOU ARE ALSO RETURNING. It would duplicate the information you receive! - + To execute code correctly, you need to understand the Penpot Plugin API. You can retrieve API documentation via the `penpot_api_info` tool. This is the full list of types/interfaces in the Penpot API: $api_types + You use the `storage` object extensively to store data and utility functions you define across tool calls. + This allows you to inspect intermediate results while still being able to build on them in subsequent code executions. + # The Structure of Penpot Designs A Penpot design ultimately consists of shapes.