MCPcopy Create free account
hub / github.com/CreminiAI/skillpack / ChannelAttachment

Interface ChannelAttachment

src/runtime/adapters/types.ts:52–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50// ---------------------------------------------------------------------------
51
52export interface ChannelAttachment {
53 /** Original filename */
54 filename: string;
55 /** Local path (relative to channel dir) */
56 localPath: string;
57 /** MIME type if known */
58 mimeType?: string;
59 /** File size in bytes */
60 size?: number;
61}
62
63export interface ChannelMessage {
64 /** Unique ID within the channel */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected