Files
t3code-mcp/t3code.example.toml

20 lines
746 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://<tailnet-ip>:3773"
token_env = "T3_MAC_TOKEN"
projects = ["*"]
model = "claudeAgent/claude-opus-5"
options = { effort = "high", contextWindow = "1m" }
[machines.dell]
url = "http://<tailnet-ip>:3773"
token_env = "T3_DELL_TOKEN"
projects = ["*"]
model = "claudeAgent/claude-opus-5"
options = { effort = "high", contextWindow = "1m" }