### Install Project Dependencies Source: https://github.com/toss/apps-in-toss-ax/blob/main/pkg/mcp/prompts_miniapp_action_plan.md Install all necessary project dependencies after initialization. ```bash {{package_manager}} install ``` -------------------------------- ### Start Development Server Source: https://github.com/toss/apps-in-toss-ax/blob/main/pkg/mcp/prompts_miniapp_action_plan.md Start the development server to run and test the mini-app locally. ```bash {{package_manager}} run dev ``` -------------------------------- ### Start MCP Server Source: https://github.com/toss/apps-in-toss-ax/blob/main/CLAUDE.md Starts the MCP server in stdio mode. This command is used to run the core functionality of the ax CLI tool. ```bash ./ax mcp # Start MCP server in stdio mode ``` -------------------------------- ### Add TDS Package Source: https://github.com/toss/apps-in-toss-ax/blob/main/pkg/mcp/prompts_miniapp_action_plan.md Install the Toss Design System (TDS) package, which is mandatory for non-game mini-apps. ```bash {{package_manager}} add {{tds_package}} ``` -------------------------------- ### Granite Configuration Validation (appName) Source: https://github.com/toss/apps-in-toss-ax/blob/main/pkg/mcp/prompts_miniapp_action_plan.md Validate the 'appName' field in granite.config.ts to ensure it adheres to RFC-1123 standards (lowercase alphanumeric and hyphens, not starting or ending with a hyphen, max 63 characters). ```regex ^(?!-)[a-z0-9-]{1,63}(? Summary blockquote ## Top-level sections ### Nested sections - [Link Title](url) Documentation links - [Link Title](url): Description Links with descriptions ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.