Skip to main content
Glama
MUSE-CODE-SPACE

Vibe Coding Documentation MCP (MUSE)

slack.d.ts839 B
/** * Slack 웹훅 알림 */ export interface SlackNotificationOptions { webhookUrl?: string; channel?: string; username?: string; iconEmoji?: string; } export interface SlackNotificationResult { success: boolean; error?: string; } export declare function sendSlackNotification(message: string, options?: SlackNotificationOptions): Promise<SlackNotificationResult>; export declare function sendDocumentPublishedNotification(title: string, url: string, platform: string, options?: SlackNotificationOptions): Promise<SlackNotificationResult>; export declare function sendSessionSummaryNotification(sessionId: string, summary: string, stats: { files: number; functions: number; classes: number; }, options?: SlackNotificationOptions): Promise<SlackNotificationResult>; //# sourceMappingURL=slack.d.ts.map

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MUSE-CODE-SPACE/vibe-coding-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server