"type": "http", "url": "https://.///mcp/blazingstory/" } } } .vscode/mcp.json # General Instructions - When implementing components, prioritize using components that are listed on the MCP server of the UI component catalog "Toolbelt UI Stories". - For any components whose namespace is "ToolbeltUI.Components", refer to the MCP server of the UI component catalog "Toolbelt UI Stories" to understand how to use them properly. - When working with components that has "ToolbeltUI.Components" namespace, also check the Stories registered on the MCP server of "Toolbelt UI Stories". Use the names of each Story to identify potentially relevant examples and refer to their contents for necessary information. .github/copilot-instructions.md MCPサーバーとの接続構成 この MCP サーバーの使用を指示する カスタムインストラクション
a checkout form for an e-commerce site. - At the top of the page, add a title that says "Checkout". - Below that, include a stepper component to indicate three steps: 1. Information, 2. Confirmation, and 3. Complete. - For now, focus on building the "Information" form. - The form should include the following sections and fields: - Shipping Information - Full Name - Postal Code - Address - Phone Number - Email Address - Delivery Options - Preferred Delivery Date - Preferred Delivery Time (with three options: Morning, Afternoon, Evening) - Payment Method - Payment Method (with three options: Cash on Delivery, Credit Card, PayPay) - "Next" button - Use a select component for the Preferred Delivery Time. - Use a vertical radio group component for selecting the Payment Method options.