object-reflector

GitHub

Allows reflection of object attributes, including inherited and non-public ones

6,281 stars PHP 1 file ยท ~181 tokens

object-reflector MCP Server

MCP server for sebastianbergmann/object-reflector

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "object-reflector": {
      "command": "npx",
      "args": [
        "-y",
        "@sebastianbergmann/object-reflector"
      ]
    }
  }
}