AGENTS.md + .codex/config.toml — конфигурация агента

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-20 21:59:28 +03:00
parent e2730f78e0
commit 536c60d14c
2 changed files with 94 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[mcp_servers.mame-z80]
command = "/Users/alex/.local/bin/uv"
args = [
"run",
"--python",
"3.12",
"--no-project",
"--with",
"mcp<2",
"/Volumes/SAM8/Projects/DIY/Z80/Sprinter/C-Compiler/mame/sources/MAME/src/mame_mcp.py",
]