From 265704b3afb29b7d8b0bb9efc2c891ee7914e286 Mon Sep 17 00:00:00 2001 From: "tessl-app[bot]" <191901851+tessl-app[bot]@users.noreply.github.com> Date: Sat, 4 Apr 2026 00:21:28 +0000 Subject: [PATCH] Add MCP config for .mcp.json --- .mcp.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .mcp.json diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 0000000..ebfccaa --- /dev/null +++ b/.mcp.json @@ -0,0 +1,12 @@ +{ + "mcpServers": { + "tessl": { + "type": "stdio", + "command": "tessl", + "args": [ + "mcp", + "start" + ] + } + } +}