From 32856aa53a1961c4a373b0ce1f63ac99b30c99e3 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:27 +0000 Subject: [PATCH 1/2] Initialize tessl.json --- tessl.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tessl.json diff --git a/tessl.json b/tessl.json new file mode 100644 index 0000000..2d70810 --- /dev/null +++ b/tessl.json @@ -0,0 +1,4 @@ +{ + "name": "claude-skills", + "dependencies": {} +} 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 2/2] 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" + ] + } + } +}