Add MCP config for .mcp.json

This commit is contained in:
tessl-app[bot] 2026-02-15 00:20:41 +00:00 committed by GitHub
parent 9af75a66bb
commit 9282e254ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

12
.mcp.json Normal file
View file

@ -0,0 +1,12 @@
{
"mcpServers": {
"tessl": {
"type": "stdio",
"command": "tessl",
"args": [
"mcp",
"start"
]
}
}
}