Files
Derek Pearson 2495858680 Add Tessl project configuration
Link the repository to the dpearson2699 Tessl project and add MCP setup for supported agents.
2026-05-22 21:03:46 -04:00

13 lines
151 B
JSON

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