Files
t3code-mcp/t3code.example.toml
T

20 lines
828 B
TOML

# Machines with a T3 Code server. Tokens never live here: `token_env` names
# the env var holding the bearer from `t3 auth session issue --token-only`.
# `projects` are fnmatch patterns against a project's title and workspace root;
# a project that matches nothing does not exist for the dispatcher.
# `model` is optional (`instance/model`); without it the project default applies.
[machines.mac]
url = "http://100.65.207.48:3773"
token_env = "T3_MAC_TOKEN"
projects = ["t3-smoke", "/Users/h/projects/openprise/beaver/*"]
model = "claudeAgent/claude-opus-5"
options = { effort = "high", contextWindow = "1m" }
[machines.dell]
url = "http://100.76.140.93:3773"
token_env = "T3_DELL_TOKEN"
projects = ["/root/projects", "/root/projects/*"]
model = "claudeAgent/claude-opus-5"
options = { effort = "high", contextWindow = "1m" }