opencode.json 665 B

12345678910111213141516171819202122232425262728
  1. {
  2. "$schema": "https://opencode.ai/config.json",
  3. "agent": {
  4. "abap-developer": {
  5. "description": "Expert SAP ABAP developer. Creates, modifies, checks, and activates ABAP objects via mcp-abap-adt tools only.",
  6. "mode": "subagent",
  7. "permission": {
  8. "edit": "allow",
  9. "bash": "allow",
  10. "read": "allow",
  11. "task": "allow"
  12. }
  13. }
  14. },
  15. "mcp": {
  16. "mcp-abap-adt": {
  17. "type": "local",
  18. "command": [
  19. "npx",
  20. "-y",
  21. "@mcp-abap-adt/core",
  22. "--transport=stdio",
  23. "--env=/home/onur/Nextcloud2/dotfiles/mcp/mcp-abap-adt_esw.env"
  24. ],
  25. "enabled": true
  26. }
  27. }
  28. }