Files
beaver-agent/t3code.toml
T

18 lines
671 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# t3code-mcp (§5): машины с T3 Code и allowlist проектов на каждой.
# Токены - только в .env (T3_MAC_TOKEN, T3_DELL_TOKEN), сюда не писать.
# projects - fnmatch по названию проекта и по его workspace root; "*" - всё (решение h, 2026-08-29).
[machines.mac]
url = "http://mac:3773"
token_env = "T3_MAC_TOKEN"
projects = ["*"]
model = "claudeAgent/claude-opus-5"
options = { effort = "high", contextWindow = "1m" }
[machines.dell]
url = "http://dell:3773"
token_env = "T3_DELL_TOKEN"
projects = ["*"]
model = "claudeAgent/claude-opus-5"
options = { effort = "high", contextWindow = "1m" }