codeflash/.gemini/settings.json
Kevin Turcios d91ee0a0f3 chore: update tessl agent config files
Replace skills gitignores with MCP server config for codex and gemini.
2026-02-18 20:23:23 -05:00

12 lines
151 B
JSON

{
"mcpServers": {
"tessl": {
"type": "stdio",
"command": "tessl",
"args": [
"mcp",
"start"
]
}
}
}