chore: update tessl agent config files

Replace skills gitignores with MCP server config for codex and gemini.
This commit is contained in:
Kevin Turcios 2026-02-18 20:20:56 -05:00
parent 14f4324d46
commit d91ee0a0f3
4 changed files with 16 additions and 4 deletions

4
.codex/config.toml Normal file
View file

@ -0,0 +1,4 @@
[mcp_servers.tessl]
type = "stdio"
command = "tessl"
args = [ "mcp", "start" ]

View file

@ -1,2 +0,0 @@
# Managed by Tessl
tessl:*

12
.gemini/settings.json Normal file
View file

@ -0,0 +1,12 @@
{
"mcpServers": {
"tessl": {
"type": "stdio",
"command": "tessl",
"args": [
"mcp",
"start"
]
}
}
}

View file

@ -1,2 +0,0 @@
# Managed by Tessl
tessl:*