From fc7eed253bd67ff01e949849b3b952a8ab9927b7 Mon Sep 17 00:00:00 2001 From: Ting-Wai To <40179554+tingwai@users.noreply.github.com> Date: Mon, 17 Nov 2025 15:08:18 -0800 Subject: [PATCH] docs: fix Sanity mcp url --- docs/guides/sanity-mcp-continue-cookbook.mdx | 24 ++++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/guides/sanity-mcp-continue-cookbook.mdx b/docs/guides/sanity-mcp-continue-cookbook.mdx index 9e01aba862f..70e32f32ecf 100644 --- a/docs/guides/sanity-mcp-continue-cookbook.mdx +++ b/docs/guides/sanity-mcp-continue-cookbook.mdx @@ -73,7 +73,7 @@ After ensuring you meet the **Prerequisites** above, you have two paths to get s Visit the [Sanity Assistant Agent](https://hub.continue.dev/continuedev/sanity-assistant-agent) on Continue Mission Control and click **"Install Config"** or run: - + ```bash cn --agent continuedev/sanity-assistant-agent ``` @@ -86,19 +86,19 @@ After ensuring you meet the **Prerequisites** above, you have two paths to get s Start with these beginner-friendly prompts to explore your content: - + ```bash # Content exploration "Show me all blog posts published in the last month" - - # Schema understanding + + # Schema understanding "Show me all the document types in my Sanity schema and explain their relationships" - + # Content management "Create a new product page for our upcoming feature" ``` - That's it! The agent handles everything automatically. For more starter prompts and examples, see the [official Sanity MCP blog post](https://www.sanity.io/blog/model-context-protocol). + That's it! The agent handles everything automatically. For more starter prompts and examples, see the [official Sanity MCP blog post](https://www.sanity.io/blog/introducing-sanity-model-context-protocol-server). @@ -132,7 +132,7 @@ After ensuring you meet the **Prerequisites** above, you have two paths to get s **Authentication Options:** - **Interactive mode**: OAuth authentication via browser (expires after 7 days) - **Headless/CI mode**: Uses environment variables (SANITY_API_TOKEN, SANITY_PROJECT_ID, etc.) - + See [Sanity MCP Config](https://hub.continue.dev/sanity/sanity-mcp-config) for environment variable setup. @@ -147,8 +147,8 @@ After ensuring you meet the **Prerequisites** above, you have two paths to get s # "Show me all the document types in my Sanity schema and explain their relationships" # "Create a new product page for our upcoming feature" ``` - - For more examples, see the [Sanity MCP blog post](https://www.sanity.io/blog/model-context-protocol). + + For more examples, see the [Sanity MCP blog post](https://www.sanity.io/blog/introducing-sanity-model-context-protocol-server). @@ -211,7 +211,7 @@ With everything set up, you're ready for your first AI-powered content conversat -**New to MCP?** These prompts demonstrate the power of natural language content management. For more examples and detailed explanations, check out the [official Sanity MCP blog post](https://www.sanity.io/blog/model-context-protocol). +**New to MCP?** These prompts demonstrate the power of natural language content management. For more examples and detailed explanations, check out the [official Sanity MCP blog post](https://www.sanity.io/blog/introducing-sanity-model-context-protocol-server). ## Content Management Recipes @@ -232,7 +232,7 @@ You can add prompts to your agent's configuration for easy access in future sess changes, test your prompts in plan mode (see the [Plan Mode Guide](/guides/plan-mode-guide); press **Shift+Tab** to switch modes in TUI/IDE). This shows you what the agent will do without executing it. - + To run any of the example prompts below in headless mode, use `cn -p "prompt"` @@ -558,7 +558,7 @@ After completing this guide, you have a complete **AI-powered content management Official Sanity MCP introduction with examples