/**
* Prompt definitions for the Contentful GraphQL MCP server
* These prompts help guide users through GraphQL operations and schema exploration
*/
import { GRAPHQL_PROMPTS } from "./graphql-prompts.js"
export const CONTENTFUL_PROMPTS = {
// Include GraphQL prompts
...GRAPHQL_PROMPTS,
}