UNPKG

@ably/cli

Version:

Ably CLI for Pub/Sub, Chat and Spaces

8 lines (7 loc) 390 B
import { BaseTopicCommand } from "../../base-topic-command.js"; export default class McpCommands extends BaseTopicCommand { topicName = "mcp"; commandGroup = "Model Context Protocol (MCP)"; static description = "Experimental Model Context Protocol (MCP) commands for AI tools to interact with Ably"; static examples = ["<%= config.bin %> <%= command.id %> start-server"]; }