| 12345678910111213141516171819202122232425262728 |
- {
- "$schema": "https://opencode.ai/config.json",
- "agent": {
- "abap-developer": {
- "description": "Expert SAP ABAP developer. Creates, modifies, checks, and activates ABAP objects via mcp-abap-adt tools only.",
- "mode": "subagent",
- "permission": {
- "edit": "allow",
- "bash": "allow",
- "read": "allow",
- "task": "allow"
- }
- }
- },
- "mcp": {
- "mcp-abap-adt": {
- "type": "local",
- "command": [
- "npx",
- "-y",
- "@mcp-abap-adt/core",
- "--transport=stdio",
- "--env=/home/onur/Nextcloud2/dotfiles/mcp/mcp-abap-adt_esw.env"
- ],
- "enabled": true
- }
- }
- }
|