Class: PostHog::MCP::ContextOptions
- Inherits:
-
Struct
- Object
- Struct
- PostHog::MCP::ContextOptions
- Defined in:
- lib/posthog/mcp/options.rb
Overview
Description override for the injected context argument.
Instance Attribute Summary collapse
Instance Attribute Details
#description ⇒ String?
9 |
# File 'lib/posthog/mcp/options.rb', line 9 ContextOptions = Struct.new(:description, keyword_init: true) |