{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://weverlabs.com/schemas/mcp-package-metadata.schema.json",
  "title": "MCP Package Metadata",
  "type": "object",
  "additionalProperties": true,
  "properties": {
    "mode": {
      "type": "string"
    },
    "package_version": {
      "type": "string"
    }
  }
}
