You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/sanity-mcp-continue-cookbook.mdx
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ After ensuring you meet the **Prerequisites** above, you have two paths to get s
73
73
<Steps>
74
74
<Steptitle="Load the Pre-Built Agent">
75
75
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
+
77
77
```bash
78
78
cn --agent continuedev/sanity-assistant-agent
79
79
```
@@ -86,19 +86,19 @@ After ensuring you meet the **Prerequisites** above, you have two paths to get s
86
86
87
87
<Steptitle="Your First MCP Conversation">
88
88
Start with these beginner-friendly prompts to explore your content:
89
-
89
+
90
90
```bash
91
91
# Content exploration
92
92
"Show me all blog posts published in the last month"
93
-
94
-
# Schema understanding
93
+
94
+
# Schema understanding
95
95
"Show me all the document types in my Sanity schema and explain their relationships"
96
-
96
+
97
97
# Content management
98
98
"Create a new product page for our upcoming feature"
99
99
```
100
100
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).
102
102
</Step>
103
103
</Steps>
104
104
@@ -132,7 +132,7 @@ After ensuring you meet the **Prerequisites** above, you have two paths to get s
132
132
**Authentication Options:**
133
133
- **Interactive mode**: OAuth authentication via browser (expires after 7 days)
See [Sanity MCP Config](https://hub.continue.dev/sanity/sanity-mcp-config) for environment variable setup.
137
137
</Info>
138
138
@@ -147,8 +147,8 @@ After ensuring you meet the **Prerequisites** above, you have two paths to get s
147
147
# "Show me all the document types in my Sanity schema and explain their relationships"
148
148
# "Create a new product page for our upcoming feature"
149
149
```
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).
152
152
</Step>
153
153
</Steps>
154
154
@@ -211,7 +211,7 @@ With everything set up, you're ready for your first AI-powered content conversat
211
211
</CardGroup>
212
212
213
213
<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).
215
215
</Info>
216
216
217
217
## Content Management Recipes
@@ -232,7 +232,7 @@ You can add prompts to your agent's configuration for easy access in future sess
232
232
changes, test your prompts in plan mode (see the [Plan Mode
233
233
Guide](/guides/plan-mode-guide); press **Shift+Tab** to switch modes in TUI/IDE). This
234
234
shows you what the agent will do without executing it.
235
-
235
+
236
236
To run any of the example prompts below in headless mode, use `cn -p "prompt"`
237
237
</Info>
238
238
@@ -558,7 +558,7 @@ After completing this guide, you have a complete **AI-powered content management
0 commit comments