{
  "name": "popmelt-core",
  "version": "0.24.2",
  "description": "Point out what you mean, talk through changes, and keep your AI on the same page.",
  "author": {
    "name": "Popmelt",
    "email": "reb@popmelt.com",
    "url": "https://popmelt.com"
  },
  "homepage": "https://popmelt.com",
  "repository": "https://github.com/popmelt/core",
  "license": "PolyForm-Shield-1.0.0",
  "keywords": [
    "codex",
    "memory",
    "design",
    "collaboration",
    "knowledge"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "Popmelt Core",
    "shortDescription": "Point, discuss, and build together",
    "longDescription": "Give your AI a shared view of what you're working on. Point at something in your app and ask about it in voice or text. Talk through comments, revisit earlier conversations, and review changes you've lined up before sending them. Popmelt keeps your project's decisions and preferences close at hand, so you spend less time re-explaining and more time making it yours. Requires Popmelt running in your app with annotation mode open to share what you're pointing at.",
    "developerName": "Popmelt",
    "category": "Developer Tools",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://popmelt.com",
    "defaultPrompt": [
      "Take a look at what I'm pointing at.",
      "Walk me through the comments and changes on this page.",
      "What have we already decided about this project?"
    ],
    "brandColor": "#111111",
    "composerIcon": "./assets/popmelt-logo.svg",
    "logo": "./assets/popmelt-logo.svg",
    "logoDark": "./assets/popmelt-logo.svg"
  }
}
