Skip to content
Charming Docs
Esc
navigateopen⌘Jpreview
On this page

MCP server

Server identity, instructions, and capabilities.

Server descriptor

{
  "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
}

Was this page helpful?