We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sanity-io/sanity-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
common.ts•242 B
import {outdent} from 'outdent'
export const SCHEMA_DEPLOYMENT_INSTRUCTIONS = outdent`
Your Sanity schema has not been deployed. In your Sanity project, run the following command:
\`\`\`shell
npx sanity@latest schema deploy
\`\`\`
`