{
  "mcpVersion": "2024-11-05",
  "server": {
    "name": "sayno-mcp",
    "version": "1.0.0",
    "description": "Model Context Protocol server for the SayNO commitment system API.",
    "tools": [
      {
        "name": "joinWaitlist",
        "description": "Register a user for the SayNO early-access waitlist.",
        "inputSchema": {
          "type": "object",
          "properties": {
            "name": {
              "type": "string",
              "description": "Full name of the user."
            },
            "email": {
              "type": "string",
              "description": "Optional email address."
            }
          },
          "required": ["name"]
        }
      }
    ]
  }
}
