-
Notifications
You must be signed in to change notification settings - Fork 3.7k
docs: Add Sanity MCP Continue cookbook with proper agent configs for CI/interactive modes #8079
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Updated Quick Start to use continuedev/sanity-agent-config - Updated Manual Setup to reference sanity/sanity-mcp-config - Added environment variable authentication for headless/CI mode - Restored all headless mode prompts and examples - Updated GitHub Actions workflow with proper env vars: - SANITY_PROJECT_ID, SANITY_DATASET, SANITY_API_TOKEN, MCP_USER_ROLE - Added proper Hub links and config documentation - Sanity MCP config now supports CI mode with env var authentication Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <[email protected]>
|
|
✅ Review Complete Likely cause: Expired CONTINUE_API_KEY or missing continuedev/review-bot assistant 📋 View workflow logs for details. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found across 1 file
… cookbook - Add "Your First MCP Conversation" section with starter prompts - Include beginner prompts from official Sanity MCP blog post: - Content discovery, creation, updates, and scheduling examples - Update both Quick Start and Manual Setup with accessible first steps - Add links to official Sanity MCP blog post throughout cookbook - Improve user onboarding with progressive complexity approach - Add blog post reference to Additional Resources section Generated with [Continue](https://continue.dev) Co-Authored-By: Continue <[email protected]>
|
🎉 This PR is included in version 1.22.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.26.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Overview
This PR adds a comprehensive Sanity MCP cookbook that demonstrates how to build AI-powered content management workflows with Continue CLI and Sanity MCP.
Key Features
🔧 Dual Agent Configuration Support
Quick Start - Sanity Agent Config
Manual Setup - Sanity MCP Config
🚀 CI/CD Ready
The cookbook now properly supports both authentication modes:
Required environment variables for CI:
SANITY_PROJECT_ID: Your Sanity project IDSANITY_DATASET: Your dataset name (usually "production")SANITY_API_TOKEN: API token with appropriate permissionsMCP_USER_ROLE: User role (typically "admin" or "editor")📖 Comprehensive Workflows
Includes complete examples for:
Why Two Agent Configs?
Sanity Agent Config: Complete solution for users who want everything pre-configured. Includes the MCP plus optimized prompts, rules, and workflows.
Sanity MCP Config: Just the MCP configuration for users who want to build custom agents or integrate into existing setups. Provides the environment variable setup needed for CI mode.
This dual approach gives users flexibility while ensuring both interactive development and automated CI workflows are properly supported.
Testing
Closes #[issue-number-if-applicable]
Summary by cubic
Adds a Sanity MCP cookbook for Continue with correct agent configs and authentication, enabling content workflows in interactive and CI/headless modes.