class

Enkaidu::Slash::UseMcpCommand

Inherits Enkaidu::Slash::Command < Reference < Object

Constants

HELP = "`#{NAME} <NAME>`\n\n`#{NAME} <URL> [auth_env=<ENVARNAME>] [transport=auto|legacy|http]`\n- Connect with the specified MCP server and register any available tools\n for use with subsequent queries\n- MCP server can be specified with URL or name from the config file\n- When loading with a URL\n - Optionally specify the transport type; defaults to `auto`\n - Optionally specify name of environment variable that contains the\n authentication token if needed."
HELP_BRIEF = "`#{NAME} <NAME> | <URL>...` - Connect to MCP server"
NAME = "/use_mcp"

Instance methods

brief

One line help, in Markdown

Source
handle(session_manager : SessionManager, cmd : CommandParser)
Source
help

Detailed help, in Markdown

Source
name
Source