chore: update tessl agent config files
Replace skills gitignores with MCP server config for codex and gemini.
This commit is contained in:
parent
14f4324d46
commit
d91ee0a0f3
4 changed files with 16 additions and 4 deletions
4
.codex/config.toml
Normal file
4
.codex/config.toml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[mcp_servers.tessl]
|
||||
type = "stdio"
|
||||
command = "tessl"
|
||||
args = [ "mcp", "start" ]
|
||||
2
.codex/skills/.gitignore
vendored
2
.codex/skills/.gitignore
vendored
|
|
@ -1,2 +0,0 @@
|
|||
# Managed by Tessl
|
||||
tessl:*
|
||||
12
.gemini/settings.json
Normal file
12
.gemini/settings.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"mcpServers": {
|
||||
"tessl": {
|
||||
"type": "stdio",
|
||||
"command": "tessl",
|
||||
"args": [
|
||||
"mcp",
|
||||
"start"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
2
.gemini/skills/.gitignore
vendored
2
.gemini/skills/.gitignore
vendored
|
|
@ -1,2 +0,0 @@
|
|||
# Managed by Tessl
|
||||
tessl:*
|
||||
Loading…
Reference in a new issue