---
title: "MCP server"
description: "Server identity, instructions, and capabilities."
sidebar:
  order: 2
---

<!-- Generated by apps/docs/scripts/generate-mcp-reference.mjs. -->

## Server descriptor

```json
{
  "capabilities": {
    "logging": {},
    "prompts": {
      "listChanged": true
    },
    "resources": {
      "listChanged": true
    },
    "tools": {
      "listChanged": true
    }
  },
  "info": {
    "icons": [
      {
        "mimeType": "image/png",
        "sizes": [
          "512x512"
        ],
        "src": "https://charm.ing/charming-mark.png"
      }
    ],
    "name": "charming",
    "title": "Charming",
    "version": "0.1.0",
    "websiteUrl": "https://usecharming.com"
  },
  "instructions": null
}
```

Found a bug or need a feature? [Tell us](/docs/capabilities/feedback) with `submit_feedback` or `POST /app/{id}/feedback`. Your feedback shapes what we build next.
