Skip to content

Commit 9282e25

Browse files
Add MCP config for .mcp.json
1 parent 9af75a6 commit 9282e25

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.mcp.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"mcpServers": {
3+
"tessl": {
4+
"type": "stdio",
5+
"command": "tessl",
6+
"args": [
7+
"mcp",
8+
"start"
9+
]
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)