diff --git a/www/apps/book/public/llms-full.txt b/www/apps/book/public/llms-full.txt index 6257e076ff..3bd4692ce9 100644 --- a/www/apps/book/public/llms-full.txt +++ b/www/apps/book/public/llms-full.txt @@ -10301,7 +10301,7 @@ This property is only available after [Medusa v2.1.2](https://github.com/medusaj The `float` method defines a number property that allows for values with decimal places. -Use this property type when it's less important to have high precision for numbers with large decimal places. Alternatively, for higher percision, use the [bigNumber property](#bignumber). +Use this property type when it's less important to have high precision for numbers with large decimal places. Alternatively, for higher precision, use the [bigNumber property](#bignumber). For example: @@ -21131,6 +21131,14 @@ To manually connect to the Medusa MCP server in Cursor, add the following to you ### VSCode +To manually connect to the Medusa MCP server in Claude Code, run the following command in your terminal: + +```sh +claude mcp add --transport http medusa https://docs.medusajs.com/mcp +``` + +### Claude Code + *** ## Plain Text Documentation @@ -56382,7 +56390,7 @@ If you make changes to the `createInvoiceContent` method and you want to test it ## Step 8: Download Invoice in Storefront -In this step, you'll customize the Next.js storefront to allow customers to download an order's invoice either from its confirmation or detail pages. +In this step, you'll customize the Next.js Starter Storefront to allow customers to download an order's invoice either from its confirmation or detail pages. The `OrderDetails` component available in `src/modules/order/components/order-details/index.tsx` is used on both the order confirmation and detail pages. So, you only need to customize this component. @@ -81387,6 +81395,7 @@ To learn more about the commerce features that Medusa provides, check out Medusa - [getApiKeyHeader\_](https://docs.medusajs.com/references/js_sdk/admin/Client/methods/js_sdk.admin.Client.getApiKeyHeader_/index.html.md) - [getJwtHeader\_](https://docs.medusajs.com/references/js_sdk/admin/Client/methods/js_sdk.admin.Client.getJwtHeader_/index.html.md) - [getPublishableKeyHeader\_](https://docs.medusajs.com/references/js_sdk/admin/Client/methods/js_sdk.admin.Client.getPublishableKeyHeader_/index.html.md) +- [getToken](https://docs.medusajs.com/references/js_sdk/admin/Client/methods/js_sdk.admin.Client.getToken/index.html.md) - [getTokenStorageInfo\_](https://docs.medusajs.com/references/js_sdk/admin/Client/methods/js_sdk.admin.Client.getTokenStorageInfo_/index.html.md) - [getToken\_](https://docs.medusajs.com/references/js_sdk/admin/Client/methods/js_sdk.admin.Client.getToken_/index.html.md) - [initClient](https://docs.medusajs.com/references/js_sdk/admin/Client/methods/js_sdk.admin.Client.initClient/index.html.md) diff --git a/www/apps/resources/app/storefront-development/cart/totals/page.mdx b/www/apps/resources/app/storefront-development/cart/totals/page.mdx index e7c0afa969..cc751a445b 100644 --- a/www/apps/resources/app/storefront-development/cart/totals/page.mdx +++ b/www/apps/resources/app/storefront-development/cart/totals/page.mdx @@ -35,7 +35,7 @@ The fields that are most commonly used are: `subtotal`