$this->id, 'name' => $this->name, 'description' => $this->description, 'mcp_endpoint_url' => $this->mcpEndpointUrl, 'authentication' => $this->authentication !== null ? '***' : null, 'capabilities' => $this->capabilities !== null ? json_decode($this->capabilities, true) : null, 'enabled' => $this->enabled, 'created_at' => $this->createdAt, 'updated_at' => $this->updatedAt, ]; } }