codeflash-agent/.mcp.json
Kevin Turcios f83ece9ad8
Some checks are pending
CI / prek (pull_request) Waiting to run
CI / test (pull_request) Waiting to run
CI / version (pull_request) Waiting to run
chore: initialize tessl with vendored tiles
Install 32 Python tiles in vendored mode, add MCP configs for all
agents, and set up weekly tile update workflow via reusable
github-workflows caller.
2026-04-23 07:43:04 -05:00

12 lines
151 B
JSON

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