sap-adt-mcp: Command for Claude Code

.claude/commands/panel.md

panel is a command for Claude Code from yzonur/sap-adt-mcp. It costs 15 tokens per session (201 once invoked), scanned A, original, MIT.

A command for opening a read-only control panel for SAP ADT, SAP’s developer environment for working with ABAP systems, in a web browser.

In plain words
What is it for?
Use it to start or stop the local panel, optionally return its URL without opening a browser, and check its connection-limited availability.
Why use it?
It provides a browser-based view of the connected SAP development tools without enabling changes through the panel.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

This is yzonur/sap-adt-mcp's own configuration. It tells Claude Code how to work on sap-adt-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything sap-adt-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to yzonur/sap-adt-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/yzonur/sap-adt-mcp/main/.claude/commands/panel.md
Clone the repo
git clone --depth 1 https://github.com/yzonur/sap-adt-mcp

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for panel

README.md
[![agentmods](https://agentmods.dev/badge/commands/yzonur/sap-adt-mcp/panel/github.svg)](https://agentmods.dev/commands/yzonur/sap-adt-mcp/panel)
Your own site
<a href="https://agentmods.dev/commands/yzonur/sap-adt-mcp/panel"><img src="https://agentmods.dev/badge/commands/yzonur/sap-adt-mcp/panel/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for panel

Your own site · 80×15
<a href="https://agentmods.dev/commands/yzonur/sap-adt-mcp/panel"><img src="https://agentmods.dev/badge/commands/yzonur/sap-adt-mcp/panel.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 15 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 201 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00015 $0.00201
Opus 5 $0.00008 $0.00101
Sonnet 5 $0.00003 $0.00040
Haiku 4.5 $0.00002 $0.00020

Measured 9d ago against content hash b1c5cc470441, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

panel scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/panel.md · 19 lines

What it actually says

Call the adt_open_panel MCP tool (from the sap-adt-mcp server) to start the local read-only control panel and open it in the browser.

  • If the user passed close / kapat as an argument, call adt_close_panel instead and confirm it stopped.
  • If the user passed url / nourl, call adt_open_panel with { "open": false } and just report the URL without opening a browser.
  • Otherwise call adt_open_panel with no arguments (opens the browser).

After the tool returns, tell the user the panel URL in one line and remind them it stays up only while this session keeps the MCP connected. If the tool errors because the sap-adt-mcp MCP isn't connected in this session, say so plainly.

Arguments (optional): $ARGUMENTS

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 19 lines · 15 tokens per session scan A b1c5cc470441

Subscribe to this mod's changes

panel is a command published in the GitHub repository yzonur/sap-adt-mcp (15 stars, last pushed 22d ago), licensed MIT. It adds 15 tokens to every session and 201 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.