Add MCP config for .mcp.json

This commit is contained in:
tessl-app[bot]
2026-04-04 00:21:28 +00:00
committed by GitHub
parent 32856aa53a
commit 265704b3af

12
.mcp.json Normal file
View File

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