UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

8 lines (7 loc) 386 B
/** * Offers to add a project-scoped MCP server configuration for the Sentry MCP. * Supports Cursor, VS Code, and Claude Code. * @param orgSlug - Optional organization slug to include in the MCP URL * @param projectSlug - Optional project slug to include in the MCP URL */ export declare function offerProjectScopedMcpConfig(orgSlug?: string, projectSlug?: string): Promise<void>;