Module: PostHog::MCP::EventType Private
- Defined in:
- lib/posthog/mcp/constants.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Internal dispatch keys for the event pipeline (never sent on the wire).
Constant Summary collapse
- CUSTOM =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
'posthog:custom'- IDENTIFY =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
'posthog:identify'- MCP_INITIALIZE =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
'mcp:initialize'- MCP_MISSING_CAPABILITY =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
'mcp:missing_capability'- MCP_PROMPTS_GET =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
'mcp:prompts/get'- MCP_PROMPTS_LIST =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
'mcp:prompts/list'- MCP_RESOURCES_LIST =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
'mcp:resources/list'- MCP_RESOURCES_READ =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
'mcp:resources/read'- MCP_TOOLS_CALL =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
'mcp:tools/call'- MCP_TOOLS_LIST =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
'mcp:tools/list'- EVENT_NAME_BY_TYPE =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
{ CUSTOM => Event::CUSTOM, IDENTIFY => Event::IDENTIFY, MCP_INITIALIZE => Event::INITIALIZE, MCP_MISSING_CAPABILITY => Event::MISSING_CAPABILITY, MCP_PROMPTS_GET => Event::PROMPT_GET, MCP_PROMPTS_LIST => Event::PROMPTS_LIST, MCP_RESOURCES_LIST => Event::RESOURCES_LIST, MCP_RESOURCES_READ => Event::RESOURCE_READ, MCP_TOOLS_CALL => Event::TOOL_CALL, MCP_TOOLS_LIST => Event::TOOLS_LIST }.freeze