Bdc Status banner
MarioDeFelipe MarioDeFelipe

Bdc Status

Development community

Description

--- description: Show a status snapshot of the connected SAP BDC / Databricks environment --- You are running the `/bdc-status` command. Produce a concise status snapshot using the `sap-bdc` MCP server: 1. Call `list_shares` with `max_results: 20` to list the available Delta shares. 2. Call `list_recipients` to show configured Delta Sharing recipients. 3. For the recipient named in `DATABRICKS_RECIPIENT_NAME` (if set), highlight which shares are granted to it. If you cannot determine this fro

Installation

Installs to ~/.claude/skills/mariodefelipe-sap-bdc-plugin-bdc-status/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mariodefelipe-sap-bdc-plugin-bdc-status && curl -fsSL https://raw.githubusercontent.com/MarioDeFelipe/sap-bdc-plugin/HEAD/commands/bdc-status.md -o ~/.claude/skills/mariodefelipe-sap-bdc-plugin-bdc-status/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository