Skip to content

Commit 2067989

Browse files
tingwaiRomneyDa
andauthored
docs: fix Sanity mcp url (#8757)
Co-authored-by: Dallin Romney <dallinromney@gmail.com>
1 parent 51d6ba9 commit 2067989

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/guides/sanity-mcp-continue-cookbook.mdx

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ After ensuring you meet the **Prerequisites** above, you have two paths to get s
7373
<Steps>
7474
<Step title="Load the Pre-Built Agent">
7575
Visit the [Sanity Assistant Agent](https://hub.continue.dev/continuedev/sanity-assistant-agent) on Continue Mission Control and click **"Install Config"** or run:
76-
76+
7777
```bash
7878
cn --agent continuedev/sanity-assistant-agent
7979
```
@@ -86,19 +86,19 @@ After ensuring you meet the **Prerequisites** above, you have two paths to get s
8686

8787
<Step title="Your First MCP Conversation">
8888
Start with these beginner-friendly prompts to explore your content:
89-
89+
9090
```bash
9191
# Content exploration
9292
"Show me all blog posts published in the last month"
93-
94-
# Schema understanding
93+
94+
# Schema understanding
9595
"Show me all the document types in my Sanity schema and explain their relationships"
96-
96+
9797
# Content management
9898
"Create a new product page for our upcoming feature"
9999
```
100100

101-
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).
101+
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).
102102
</Step>
103103
</Steps>
104104

@@ -132,7 +132,7 @@ After ensuring you meet the **Prerequisites** above, you have two paths to get s
132132
**Authentication Options:**
133133
- **Interactive mode**: OAuth authentication via browser (expires after 7 days)
134134
- **Headless/CI mode**: Uses environment variables (SANITY_API_TOKEN, SANITY_PROJECT_ID, etc.)
135-
135+
136136
See [Sanity MCP Config](https://hub.continue.dev/sanity/sanity-mcp-config) for environment variable setup.
137137
</Info>
138138

@@ -147,8 +147,8 @@ After ensuring you meet the **Prerequisites** above, you have two paths to get s
147147
# "Show me all the document types in my Sanity schema and explain their relationships"
148148
# "Create a new product page for our upcoming feature"
149149
```
150-
151-
For more examples, see the [Sanity MCP blog post](https://www.sanity.io/blog/model-context-protocol).
150+
151+
For more examples, see the [Sanity MCP blog post](https://www.sanity.io/blog/introducing-sanity-model-context-protocol-server).
152152
</Step>
153153
</Steps>
154154

@@ -211,7 +211,7 @@ With everything set up, you're ready for your first AI-powered content conversat
211211
</CardGroup>
212212

213213
<Info>
214-
**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).
214+
**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).
215215
</Info>
216216

217217
## Content Management Recipes
@@ -232,7 +232,7 @@ You can add prompts to your agent's configuration for easy access in future sess
232232
changes, test your prompts in plan mode (see the [Plan Mode
233233
Guide](/guides/plan-mode-guide); press **Shift+Tab** to switch modes in TUI/IDE). This
234234
shows you what the agent will do without executing it.
235-
235+
236236
To run any of the example prompts below in headless mode, use `cn -p "prompt"`
237237
</Info>
238238

@@ -558,7 +558,7 @@ After completing this guide, you have a complete **AI-powered content management
558558
<Card
559559
title="Sanity MCP Blog Post"
560560
icon="newspaper"
561-
href="https://www.sanity.io/blog/model-context-protocol"
561+
href="https://www.sanity.io/blog/introducing-sanity-model-context-protocol-server"
562562
>
563563
Official Sanity MCP introduction with examples
564564
</Card>

0 commit comments

Comments
 (0)