docs: fix cursor MCP link (#13664)
* docs: fix cursor MCP link * fix error * fix vale error
This commit is contained in:
@@ -77,7 +77,7 @@ Medusa hosts a Streamable HTTP MCP server available at `https://docs.medusajs.co
|
||||
<TabsContentWrapper className="mt-1">
|
||||
<TabsContent value="cursor">
|
||||
|
||||
<Link href="https://cursor.com/install-mcp?name=medusa&config=eyJ1cmwiOiJodHRwczovL2RvY3MubWVkdXNhanMuY29tL21jcCJ9" target="_blank" rel="noopener noreferrer" variant="content">Click here</Link> to add the Medusa MCP server to Cursor.
|
||||
<Link href="cursor://anysphere.cursor-deeplink/mcp/install?name=medusa&config=eyJ1cmwiOiJodHRwczovL2RvY3MubWVkdXNhanMuY29tL21jcCJ9" target="_blank" rel="noopener noreferrer" variant="content">Click here</Link> to add the Medusa MCP server to Cursor.
|
||||
|
||||
To manually connect to the Medusa MCP server in Cursor, add the following to your `.cursor/mcp.json` file or Cursor settings, as explained in the [Cursor documentation](https://docs.cursor.com/context/model-context-protocol):
|
||||
|
||||
|
||||
@@ -122,7 +122,7 @@ export const generatedEditDates = {
|
||||
"app/learn/fundamentals/api-routes/override/page.mdx": "2025-05-09T08:01:24.493Z",
|
||||
"app/learn/fundamentals/module-links/index/page.mdx": "2025-05-23T07:57:58.958Z",
|
||||
"app/learn/fundamentals/module-links/index-module/page.mdx": "2025-10-01T06:07:40.436Z",
|
||||
"app/learn/introduction/build-with-llms-ai/page.mdx": "2025-07-22T16:19:11.668Z",
|
||||
"app/learn/introduction/build-with-llms-ai/page.mdx": "2025-10-02T15:10:49.394Z",
|
||||
"app/learn/installation/docker/page.mdx": "2025-07-23T15:34:18.530Z",
|
||||
"app/learn/fundamentals/generated-types/page.mdx": "2025-07-25T13:17:35.319Z",
|
||||
"app/learn/introduction/from-v1-to-v2/page.mdx": "2025-09-01T06:34:41.179Z",
|
||||
|
||||
@@ -22025,7 +22025,7 @@ Medusa hosts a Streamable HTTP MCP server available at `https://docs.medusajs.co
|
||||
|
||||
### Cursor
|
||||
|
||||
<Link href="https://cursor.com/install-mcp?name=medusa&config=eyJ1cmwiOiJodHRwczovL2RvY3MubWVkdXNhanMuY29tL21jcCJ9" target="_blank" rel="noopener noreferrer" variant="content">Click here</Link> to add the Medusa MCP server to Cursor.
|
||||
<Link href="cursor://anysphere.cursor-deeplink/mcp/install?name=medusa&config=eyJ1cmwiOiJodHRwczovL2RvY3MubWVkdXNhanMuY29tL21jcCJ9" target="_blank" rel="noopener noreferrer" variant="content">Click here</Link> to add the Medusa MCP server to Cursor.
|
||||
|
||||
To manually connect to the Medusa MCP server in Cursor, add the following to your `.cursor/mcp.json` file or Cursor settings, as explained in the [Cursor documentation](https://docs.cursor.com/context/model-context-protocol):
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { InlineIcon } from "docs-ui"
|
||||
import { ArrowDownTray, ChevronUpDown } from "@medusajs/icons"
|
||||
import { ArrowDownTray, ChevronUpDown, EllipsisHorizontal } from "@medusajs/icons"
|
||||
|
||||
export const metadata = {
|
||||
title: `Billing`,
|
||||
@@ -51,7 +51,7 @@ You can also see a table with all the payments made for your organization, inclu
|
||||
|
||||
### Download Invoice
|
||||
|
||||
An invoice is generated for every successful payment made for your organization. You can download the invoice as a PDF for your records. An invoice shows a request to pay for your organization's plan and any add-ons or flex usage charges.
|
||||
An invoice is generated for every successful payment made for your organization. You can download the invoice as a PDF for your records. An invoice shows a request to pay for your organization's plan and any add-ons or Flex Usage charges.
|
||||
|
||||
To download an invoice for a specific payment:
|
||||
|
||||
@@ -64,7 +64,7 @@ This will open the invoice in a new tab, where you can view and download it as a
|
||||
|
||||
### Download Receipt
|
||||
|
||||
A receipt is generated for every successful payment made for your organization. You can download the receipt as a PDF for your records. A receipt shows proof of payment for your organization's plan and any add-ons or flex usage charges.
|
||||
A receipt is generated for every successful payment made for your organization. You can download the receipt as a PDF for your records. A receipt shows proof of payment for your organization's plan and any add-ons or Flex Usage charges.
|
||||
|
||||
To download a receipt for a specific payment:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user