feat: add channels capabilities command

This commit is contained in:
Peter Steinberger
2026-01-17 19:05:33 +00:00
parent 96df70fccf
commit a828e60067
5 changed files with 427 additions and 8 deletions

View File

@@ -1,5 +1,7 @@
export type { ChannelsAddOptions } from "./channels/add.js";
export { channelsAddCommand } from "./channels/add.js";
export type { ChannelsCapabilitiesOptions } from "./channels/capabilities.js";
export { channelsCapabilitiesCommand } from "./channels/capabilities.js";
export type { ChannelsListOptions } from "./channels/list.js";
export { channelsListCommand } from "./channels/list.js";
export type { ChannelsLogsOptions } from "./channels/logs.js";