mirror of
https://github.com/codeflash-ai/codeflash-agent.git
synced 2026-05-04 18:25:19 +00:00
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.
12 lines
151 B
JSON
12 lines
151 B
JSON
{
|
|
"mcpServers": {
|
|
"tessl": {
|
|
"type": "stdio",
|
|
"command": "tessl",
|
|
"args": [
|
|
"mcp",
|
|
"start"
|
|
]
|
|
}
|
|
}
|
|
}
|