{
  "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
  "mcp_endpoint": "https://dinner.youcanjustdothings.io/mcp",
  "version": "1.0",
  "description": "Founder dinner table matching: seat founders at tables of 8-10 so each table mirrors the room, with tunable weights and a PII-safe output.",
  "documentation": "https://dinner.youcanjustdothings.io/mcp-skill.md",
  "serverInfo": {
    "name": "founder-dinner",
    "version": "1.0.0"
  },
  "protocolVersion": "2025-06-18",
  "url": "https://dinner.youcanjustdothings.io/mcp",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://dinner.youcanjustdothings.io/mcp"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "authentication": {
    "required": false,
    "schemes": [],
    "documentation": "https://dinner.youcanjustdothings.io/mcp-skill.md"
  }
}