Zum Inhalt springen

Verlauf von abap-adt-mcp im Namensraum io.github

io.github.williansaez/abap-adt-mcp · Registerstatus: aktiv

Die Quelle liefert zu diesem Eintrag keinen eigenen Namen. In der Überschrift steht deshalb der hintere Teil des Bezeichners; vollständig steht er als Koordinate darunter.

Angaben zu diesem Eintrag melden

Jede veröffentlichte Änderung an diesem Eintrag, die jüngste zuerst.

Änderungen
2026-09-05Deklarierte Version: 0.3.2 → 1.0.1
2026-09-05Beschreibung (Rohangabe): ABAP development over SAP ADT: source, transports, ATC, unit tests, debugger. SSO/basic/OAuth → ABAP development from Claude and other MCP hosts: source, transports, tests, ATC, debugger
2026-09-05Im Register geändert am (Rohangabe): 2026-09-03 → 2026-09-04
2026-09-05Im Register eingetragen am (Rohangabe): 2026-09-03 → 2026-09-04
2026-09-05Beschreibungen der Umgebungsvariablen (Rohangabe): MCP_AUDIT_FILE=Path of a JSONL audit trail: one record per tool call (tool, destination, duration, outcome ok/error/denied/unavailable, policy gate, redacted argument summary) · MCP_DISABLED_TOOLSETS=Toolsets to hide, comma list (core cannot be disabled) · MCP_EXPORT_ROOT=When set, exportPackageSources may only write inside this directory · MCP_HTTP_ALLOWED_HOSTS=Comma-separated Host header values allowed (DNS-rebinding protection; loopback hosts always allowed when bound to loopback) · MCP_HTTP_ALLOWED_ORIGINS=Comma-separated Origin values allowed on the HTTP transport (loopback origins always allowed when bound to loopback; * allows any) · MCP_HTTP_HOST=Bind address for the HTTP transport (default 127.0.0.1). Set 0.0.0.0 only inside containers that publish the port · MCP_HTTP_MAX_SESSIONS=Maximum concurrent MCP sessions on the HTTP transport (default 16); further initialize requests get 503 · MCP_HTTP_PORT=When set (1024-65535), serve Streamable HTTP on http://127.0.0.1:<port>/mcp with bearer-token auth instead of stdio · MCP_HTTP_SESSION_TTL_MINUTES=Idle minutes after which an HTTP session (and its SAP sessions/locks) is closed (default 30) · MCP_HTTP_TOKEN=Bearer token for the HTTP transport; auto-generated and written to ~/.abap-adt-mcp/http-token when unset · MCP_MAX_RESPONSE_CHARS=Character budget for a single tool response before results are paged/truncated (default 40000, minimum 5000). Raise it if your MCP host accepts larger tool outputs · MCP_PROFILE_GATE=Platform gate for toolsets the destination does not expose (debugger, traces, abapGit, ...): enforce (default, refuse before calling SAP), warn (log only) or off · MCP_READ_ONLY=Set to 1 to make every destination read-only (server-side; only read-only annotated tools plus login/logout run). Per-destination policies live in systems.json · MCP_SOURCE_CACHE_TTL_SECONDS=Lifetime of the per-session source cache used by grepPackage, cdsViewInfo and syntaxCheckCode (default 300; 0 keeps entries until logout) · MCP_TOOLSETS=Toolsets to publish: comma list (core,source,objects,transports,analysis,tests,atc,data,discovery,runtime,refactoring,rap,services,git,debugger,traces) or a preset: all (default) or focused · SAP_ALLOW_REENTRANCE_TICKET=Set to 1 to enable the reentranceTicket tool (disabled by default: it returns a live SAP logon credential into the conversation) · SAP_AUTH_TYPE=Default auth type for entries that don't specify one: sso (default), basic, or oauth · SAP_BROWSER_PATH=SSO destinations: path to a Chromium/Chrome/Edge binary for the browser login (auto-detected when unset) · SAP_BROWSER_PROFILE_DIR=SSO destinations: directory of the persistent browser profile that keeps the identity-provider session (default ~/.abap-adt-mcp/sso/<host>) · SAP_CLIENT=Legacy single-system mode: SAP client number, e.g. 100 · SAP_DEFAULT_DESTINATION=Destination name used when a tool call omits `destination` (alternatively mark an entry with "default": true) · SAP_LANGUAGE=Legacy single-system mode: logon language, e.g. EN · SAP_OAUTH_CLIENT_ID=Legacy single-system mode with SAP_AUTH_TYPE=oauth: OAuth2 client id · SAP_OAUTH_CLIENT_SECRET=Legacy single-system mode with SAP_AUTH_TYPE=oauth: OAuth2 client secret · SAP_OAUTH_SCOPE=Legacy single-system mode with SAP_AUTH_TYPE=oauth: optional OAuth2 scope · SAP_OAUTH_TOKEN_URL=Legacy single-system mode with SAP_AUTH_TYPE=oauth: OAuth2 token endpoint (client_credentials) · SAP_PASSWORD=Legacy single-system mode: SAP password · SAP_SYSTEMS=Inline JSON map of destinations (same shape as SAP_SYSTEMS_FILE). Contains credentials — prefer SAP_SYSTEMS_FILE · SAP_SYSTEMS_FILE=Path to a JSON file mapping destination names to system configs (url, client, authType basic/sso/oauth, credentials). Recommended; keep the file mode 0600. See systems.example.json · SAP_TLS_INSECURE=Legacy single-system mode: set to 1 to skip TLS certificate verification for that system only (sandboxes with self-signed certificates) · SAP_URL=Legacy single-system mode: base URL of the SAP system, e.g. https://host:44300 · SAP_USER=Legacy single-system mode: SAP username → MCP_AUDIT_FILE=Path of a JSONL audit trail: one record per tool call (tool, destination, duration, outcome ok/error/denied/unavailable, policy gate, redacted argument summary) · MCP_CACHE_DIR=Directory for the cached SAP cloudification repository used by apiReleaseState (default ~/.abap-adt-mcp/cache) · MCP_DISABLED_TOOLSETS=Toolsets to hide, comma list (core cannot be disabled) · MCP_EXPORT_ROOT=When set, exportPackageSources may only write inside this directory · MCP_HTTP_ALLOWED_HOSTS=Comma-separated Host header values allowed (DNS-rebinding protection; loopback hosts always allowed when bound to loopback) · MCP_HTTP_ALLOWED_ORIGINS=Comma-separated Origin values allowed on the HTTP transport (loopback origins always allowed when bound to loopback; * allows any) · MCP_HTTP_HOST=Bind address for the HTTP transport (default 127.0.0.1). Set 0.0.0.0 only inside containers that publish the port · MCP_HTTP_MAX_BODY_BYTES=Largest request body the HTTP transport accepts, in bytes (default 4194304); larger bodies are refused with HTTP 413 · MCP_HTTP_MAX_SESSIONS=Maximum concurrent MCP sessions on the HTTP transport (default 16); further initialize requests get 503 · MCP_HTTP_PORT=When set (1024-65535), serve Streamable HTTP on http://127.0.0.1:<port>/mcp with bearer-token auth instead of stdio · MCP_HTTP_SESSION_TTL_MINUTES=Idle minutes after which an HTTP session (and its SAP sessions/locks) is closed (default 30) · MCP_HTTP_TOKEN=Bearer token for the HTTP transport; auto-generated and written to ~/.abap-adt-mcp/http-token when unset · MCP_MAX_RESPONSE_CHARS=Character budget for a single tool response before results are paged/truncated (default 40000, minimum 5000). Raise it if your MCP host accepts larger tool outputs · MCP_PROFILE_GATE=Platform gate for toolsets the destination does not expose (debugger, traces, abapGit, ...): enforce (default, refuse before calling SAP), warn (log only) or off · MCP_READ_ONLY=Set to 1 to make every destination read-only (server-side; only read-only annotated tools plus login/logout run). Per-destination policies live in systems.json · MCP_SOURCE_CACHE_TTL_SECONDS=Lifetime of the per-session source cache used by grepPackage, cdsViewInfo and syntaxCheckCode (default 300; 0 keeps entries until logout) · MCP_TOOLSETS=Toolsets to publish: comma list (core,source,objects,transports,analysis,tests,atc,data,discovery,runtime,refactoring,rap,services,git,debugger,traces) or a preset: all (default) or focused · SAP_ALLOW_REENTRANCE_TICKET=Set to 1 to enable the reentranceTicket tool (disabled by default: it returns a live SAP logon credential into the conversation) · SAP_AUTH_TYPE=Default auth type for entries that don't specify one: sso (default), basic, or oauth · SAP_BROWSER_PATH=SSO destinations: path to a Chromium/Chrome/Edge binary for the browser login (auto-detected when unset) · SAP_BROWSER_PROFILE_DIR=SSO destinations: directory of the persistent browser profile that keeps the identity-provider session (default ~/.abap-adt-mcp/sso/<host>) · SAP_CLIENT=Legacy single-system mode: SAP client number, e.g. 100 · SAP_DEFAULT_DESTINATION=Destination name used when a tool call omits `destination` (alternatively mark an entry with "default": true) · SAP_LANGUAGE=Legacy single-system mode: logon language, e.g. EN · SAP_OAUTH_CLIENT_ID=Legacy single-system mode with SAP_AUTH_TYPE=oauth: OAuth2 client id · SAP_OAUTH_CLIENT_SECRET=Legacy single-system mode with SAP_AUTH_TYPE=oauth: OAuth2 client secret · SAP_OAUTH_SCOPE=Legacy single-system mode with SAP_AUTH_TYPE=oauth: optional OAuth2 scope · SAP_OAUTH_TOKEN_URL=Legacy single-system mode with SAP_AUTH_TYPE=oauth: OAuth2 token endpoint (client_credentials) · SAP_PASSWORD=Legacy single-system mode: SAP password · SAP_SYSTEMS=Inline JSON map of destinations (same shape as SAP_SYSTEMS_FILE). Contains credentials — prefer SAP_SYSTEMS_FILE · SAP_SYSTEMS_FILE=Path to a JSON file mapping destination names to system configs (url, client, authType basic/sso/oauth, credentials). Recommended; keep the file mode 0600. See systems.example.json · SAP_TLS_INSECURE=Legacy single-system mode: set to 1 to skip TLS certificate verification for that system only (sandboxes with self-signed certificates) · SAP_URL=Legacy single-system mode: base URL of the SAP system, e.g. https://host:44300 · SAP_USER=Legacy single-system mode: SAP username
2026-09-05Paketversionen (Rohangabe): 0.3.2 → 1.0.1
2026-09-05Umgebungsvariablen (Rohangabe): SAP_SYSTEMS_FILE, SAP_SYSTEMS, SAP_DEFAULT_DESTINATION, SAP_AUTH_TYPE, MCP_HTTP_PORT, MCP_HTTP_HOST, MCP_HTTP_TOKEN, MCP_HTTP_MAX_SESSIONS, MCP_HTTP_SESSION_TTL_MINUTES, MCP_HTTP_ALLOWED_ORIGINS, MCP_HTTP_ALLOWED_HOSTS, MCP_EXPORT_ROOT, MCP_AUDIT_FILE, MCP_READ_ONLY, MCP_TOOLSETS, MCP_DISABLED_TOOLSETS, MCP_MAX_RESPONSE_CHARS, SAP_ALLOW_REENTRANCE_TICKET, SAP_URL, SAP_USER, SAP_PASSWORD, SAP_CLIENT, SAP_LANGUAGE, SAP_BROWSER_PATH, SAP_BROWSER_PROFILE_DIR, SAP_TLS_INSECURE, SAP_OAUTH_TOKEN_URL, SAP_OAUTH_CLIENT_ID, SAP_OAUTH_CLIENT_SECRET, SAP_OAUTH_SCOPE, MCP_PROFILE_GATE, MCP_SOURCE_CACHE_TTL_SECONDS → SAP_SYSTEMS_FILE, SAP_SYSTEMS, SAP_DEFAULT_DESTINATION, SAP_AUTH_TYPE, MCP_HTTP_PORT, MCP_HTTP_HOST, MCP_HTTP_TOKEN, MCP_HTTP_MAX_SESSIONS, MCP_HTTP_MAX_BODY_BYTES, MCP_HTTP_SESSION_TTL_MINUTES, MCP_HTTP_ALLOWED_ORIGINS, MCP_HTTP_ALLOWED_HOSTS, MCP_EXPORT_ROOT, MCP_AUDIT_FILE, MCP_READ_ONLY, MCP_TOOLSETS, MCP_DISABLED_TOOLSETS, MCP_MAX_RESPONSE_CHARS, SAP_ALLOW_REENTRANCE_TICKET, SAP_URL, SAP_USER, SAP_PASSWORD, SAP_CLIENT, SAP_LANGUAGE, SAP_BROWSER_PATH, SAP_BROWSER_PROFILE_DIR, SAP_TLS_INSECURE, SAP_OAUTH_TOKEN_URL, SAP_OAUTH_CLIENT_ID, SAP_OAUTH_CLIENT_SECRET, SAP_OAUTH_SCOPE, MCP_PROFILE_GATE, MCP_SOURCE_CACHE_TTL_SECONDS, MCP_CACHE_DIR
2026-09-04Deklarierte Version: – → 0.3.2
2026-09-04Einsatzgebiet, aus der Anbieterbeschreibung abgeleitet: – → Prüfung
2026-09-04Repository-Adresse geführt: – → true
2026-09-04Pfadargument vorhanden: – → false
2026-09-04Ausführungsort: – → lokal
2026-09-04Pflicht-Geheimnisse deklariert: – → false
2026-09-04Beschreibung (Rohangabe): – → ABAP development over SAP ADT: source, transports, ATC, unit tests, debugger. SSO/basic/OAuth
2026-09-04Im Register geändert am (Rohangabe): – → 2026-09-03
2026-09-04Im Register eingetragen am (Rohangabe): – → 2026-09-03
2026-09-04Statusmeldung des Registers (Rohangabe): – → –
2026-09-04Schemafassung des Rohsatzes (Rohangabe): – → https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json
2026-09-04Symbolformate (Rohangabe): – → –
2026-09-04Beschreibungen der Umgebungsvariablen (Rohangabe): – → MCP_AUDIT_FILE=Path of a JSONL audit trail: one record per tool call (tool, destination, duration, outcome ok/error/denied/unavailable, policy gate, redacted argument summary) · MCP_DISABLED_TOOLSETS=Toolsets to hide, comma list (core cannot be disabled) · MCP_EXPORT_ROOT=When set, exportPackageSources may only write inside this directory · MCP_HTTP_ALLOWED_HOSTS=Comma-separated Host header values allowed (DNS-rebinding protection; loopback hosts always allowed when bound to loopback) · MCP_HTTP_ALLOWED_ORIGINS=Comma-separated Origin values allowed on the HTTP transport (loopback origins always allowed when bound to loopback; * allows any) · MCP_HTTP_HOST=Bind address for the HTTP transport (default 127.0.0.1). Set 0.0.0.0 only inside containers that publish the port · MCP_HTTP_MAX_SESSIONS=Maximum concurrent MCP sessions on the HTTP transport (default 16); further initialize requests get 503 · MCP_HTTP_PORT=When set (1024-65535), serve Streamable HTTP on http://127.0.0.1:<port>/mcp with bearer-token auth instead of stdio · MCP_HTTP_SESSION_TTL_MINUTES=Idle minutes after which an HTTP session (and its SAP sessions/locks) is closed (default 30) · MCP_HTTP_TOKEN=Bearer token for the HTTP transport; auto-generated and written to ~/.abap-adt-mcp/http-token when unset · MCP_MAX_RESPONSE_CHARS=Character budget for a single tool response before results are paged/truncated (default 40000, minimum 5000). Raise it if your MCP host accepts larger tool outputs · MCP_PROFILE_GATE=Platform gate for toolsets the destination does not expose (debugger, traces, abapGit, ...): enforce (default, refuse before calling SAP), warn (log only) or off · MCP_READ_ONLY=Set to 1 to make every destination read-only (server-side; only read-only annotated tools plus login/logout run). Per-destination policies live in systems.json · MCP_SOURCE_CACHE_TTL_SECONDS=Lifetime of the per-session source cache used by grepPackage, cdsViewInfo and syntaxCheckCode (default 300; 0 keeps entries until logout) · MCP_TOOLSETS=Toolsets to publish: comma list (core,source,objects,transports,analysis,tests,atc,data,discovery,runtime,refactoring,rap,services,git,debugger,traces) or a preset: all (default) or focused · SAP_ALLOW_REENTRANCE_TICKET=Set to 1 to enable the reentranceTicket tool (disabled by default: it returns a live SAP logon credential into the conversation) · SAP_AUTH_TYPE=Default auth type for entries that don't specify one: sso (default), basic, or oauth · SAP_BROWSER_PATH=SSO destinations: path to a Chromium/Chrome/Edge binary for the browser login (auto-detected when unset) · SAP_BROWSER_PROFILE_DIR=SSO destinations: directory of the persistent browser profile that keeps the identity-provider session (default ~/.abap-adt-mcp/sso/<host>) · SAP_CLIENT=Legacy single-system mode: SAP client number, e.g. 100 · SAP_DEFAULT_DESTINATION=Destination name used when a tool call omits `destination` (alternatively mark an entry with "default": true) · SAP_LANGUAGE=Legacy single-system mode: logon language, e.g. EN · SAP_OAUTH_CLIENT_ID=Legacy single-system mode with SAP_AUTH_TYPE=oauth: OAuth2 client id · SAP_OAUTH_CLIENT_SECRET=Legacy single-system mode with SAP_AUTH_TYPE=oauth: OAuth2 client secret · SAP_OAUTH_SCOPE=Legacy single-system mode with SAP_AUTH_TYPE=oauth: optional OAuth2 scope · SAP_OAUTH_TOKEN_URL=Legacy single-system mode with SAP_AUTH_TYPE=oauth: OAuth2 token endpoint (client_credentials) · SAP_PASSWORD=Legacy single-system mode: SAP password · SAP_SYSTEMS=Inline JSON map of destinations (same shape as SAP_SYSTEMS_FILE). Contains credentials — prefer SAP_SYSTEMS_FILE · SAP_SYSTEMS_FILE=Path to a JSON file mapping destination names to system configs (url, client, authType basic/sso/oauth, credentials). Recommended; keep the file mode 0600. See systems.example.json · SAP_TLS_INSECURE=Legacy single-system mode: set to 1 to skip TLS certificate verification for that system only (sandboxes with self-signed certificates) · SAP_URL=Legacy single-system mode: base URL of the SAP system, e.g. https://host:44300 · SAP_USER=Legacy single-system mode: SAP username
2026-09-04Formate der Umgebungsvariablen (Rohangabe): – → –
2026-09-04Bereitstellungsform (Rohangabe): – → paket
2026-09-04Remote-Hosts (Rohangabe): – → –
2026-09-04Remote-Adressen (Rohangabe): – → –
2026-09-04Laufzeithinweise (Rohangabe): – → –
2026-09-04Paketversionen (Rohangabe): – → 0.3.2
2026-09-04Paketbezeichner (Rohangabe): – → abap-adt-mcp
2026-09-04Paketquellen (Rohangabe): – → npm
2026-09-04Repository-Unterordner (Rohangabe): – → –
2026-09-04Repository-Plattform (Rohangabe): – → github
2026-09-04Repository (Rohangabe): – → https://github.com/williansaez/abap-adt-mcp
2026-09-04Pfad-Umgebungsvariablen (Rohangabe): – → –
2026-09-04Pfadargumente (Rohangabe): – → –
2026-09-04Transportarten (Rohangabe): – → stdio
2026-09-04Geheime Pflichtkopfzeilen (Rohangabe): – → –
2026-09-04Geheime Pflichtvariablen (Rohangabe): – → –
2026-09-04Umgebungsvariablen (Rohangabe): – → SAP_SYSTEMS_FILE, SAP_SYSTEMS, SAP_DEFAULT_DESTINATION, SAP_AUTH_TYPE, MCP_HTTP_PORT, MCP_HTTP_HOST, MCP_HTTP_TOKEN, MCP_HTTP_MAX_SESSIONS, MCP_HTTP_SESSION_TTL_MINUTES, MCP_HTTP_ALLOWED_ORIGINS, MCP_HTTP_ALLOWED_HOSTS, MCP_EXPORT_ROOT, MCP_AUDIT_FILE, MCP_READ_ONLY, MCP_TOOLSETS, MCP_DISABLED_TOOLSETS, MCP_MAX_RESPONSE_CHARS, SAP_ALLOW_REENTRANCE_TICKET, SAP_URL, SAP_USER, SAP_PASSWORD, SAP_CLIENT, SAP_LANGUAGE, SAP_BROWSER_PATH, SAP_BROWSER_PROFILE_DIR, SAP_TLS_INSECURE, SAP_OAUTH_TOKEN_URL, SAP_OAUTH_CLIENT_ID, SAP_OAUTH_CLIENT_SECRET, SAP_OAUTH_SCOPE, MCP_PROFILE_GATE, MCP_SOURCE_CACHE_TTL_SECONDS

tracevero · https://tracevero.de/mcp/io-github-williansaez-abap-adt-mcp/aenderungen