mirror of
https://github.com/codeflash-ai/codeflash-internal.git
synced 2026-05-04 18:25:18 +00:00
Switch from managed to vendored mode so tiles are committed to git. Install 55 tiles (Python + JS/TS), add MCP configs, and set up weekly tile update workflow via reusable github-workflows caller.
12 lines
148 B
JSON
12 lines
148 B
JSON
{
|
|
"servers": {
|
|
"tessl": {
|
|
"type": "stdio",
|
|
"command": "tessl",
|
|
"args": [
|
|
"mcp",
|
|
"start"
|
|
]
|
|
}
|
|
}
|
|
}
|