Skip to content

Mcp

Category: Commands

Source: mcp.dart

Classes

McpSlashCommand

/mcp — inspect MCP server state inside a running Glue session.

Forms: • /mcp → opens a status panel (visual table) • /mcp list → prints a text table inline (greppable)

Action sub-commands (toggle, reconnect, call, auth) land in B7.

Constructor

dart
McpSlashCommand(this.ctx)

Properties

PropertyTypeDescription
ctxSlashCommandContext
nameString get
descriptionString get
argCompleterSlashArgCompleter? get
nameString get
descriptionString get
argCompleterSlashArgCompleter? get

Methods

String execute(List<String> args)

Released under the MIT License.