Class: PostHog::MCP::ContextOptions

Inherits:
Struct
  • Object
show all
Defined in:
lib/posthog/mcp/options.rb

Overview

Description override for the injected context argument.

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ String?

Returns:

  • (String, nil)


9
# File 'lib/posthog/mcp/options.rb', line 9

ContextOptions = Struct.new(:description, keyword_init: true)