Skip to content

Commit d91ee0a

Browse files
committed
chore: update tessl agent config files
Replace skills gitignores with MCP server config for codex and gemini.
1 parent 14f4324 commit d91ee0a

4 files changed

Lines changed: 16 additions & 4 deletions

File tree

.codex/config.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[mcp_servers.tessl]
2+
type = "stdio"
3+
command = "tessl"
4+
args = [ "mcp", "start" ]

.codex/skills/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

.gemini/settings.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"mcpServers": {
3+
"tessl": {
4+
"type": "stdio",
5+
"command": "tessl",
6+
"args": [
7+
"mcp",
8+
"start"
9+
]
10+
}
11+
}
12+
}

.gemini/skills/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)