{
  "schemaVersion": 1,
  "id": "content",
  "displayName": "Content",
  "description": "Create and manage docs plus Notion-style databases, boards, structured intake forms, and request records through Content, including repo-backed Markdown/MDX.",
  "hosted": {
    "url": "https://content.agent-native.com",
    "mcpUrl": "https://content.agent-native.com/mcp"
  },
  "mcp": {
    "serverName": "agent-native-content"
  },
  "local": {
    "template": "content",
    "sourcePath": ".",
    "defaultUrl": "http://127.0.0.1:8083",
    "commands": {
      "install": "pnpm install",
      "dev": "pnpm dev",
      "start": "pnpm start"
    }
  },
  "auth": {
    "mode": "oauth",
    "setup": "Authenticate with the Content MCP connector in the host app or use agent-native app-skill ensure to register the URL-only connector. Local File Mode requires a local Content app, Agent Native Desktop, or another trusted local bridge for filesystem access."
  },
  "surfaces": [
    {
      "id": "content-documents",
      "action": "list-documents",
      "path": "/"
    },
    {
      "id": "content-local-files",
      "action": "share-local-file-document",
      "path": "/local-files"
    }
  ],
  "skills": [
    {
      "path": ".agents/skills/creative-context",
      "visibility": "internal"
    },
    {
      "path": ".agents/skills/content",
      "visibility": "both",
      "exportAs": "content"
    },
    {
      "path": ".agents/skills/document-editing",
      "visibility": "internal"
    }
  ],
  "hostAdapters": [
    "codex-plugin",
    "claude-marketplace",
    "vercel-skills",
    "plain-skill",
    "claude-skill",
    "chatgpt-mcp",
    "generic-mcp"
  ]
}
