From 46f92f0da0b032c04d0160e56f3bb54bf68b3377 Mon Sep 17 00:00:00 2001 From: "tessl-app[bot]" <191901851+tessl-app[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 20:13:40 +0000 Subject: [PATCH 1/3] 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..41b07f4 --- /dev/null +++ b/tessl.json @@ -0,0 +1,4 @@ +{ + "name": "themis", + "dependencies": {} +} From 7fba75883cb205f7dc17ebf1bceacf8ee1d1de04 Mon Sep 17 00:00:00 2001 From: "tessl-app[bot]" <191901851+tessl-app[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 20:13:41 +0000 Subject: [PATCH 2/3] Add MCP config for .cursor/mcp.json --- .cursor/mcp.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .cursor/mcp.json diff --git a/.cursor/mcp.json b/.cursor/mcp.json new file mode 100644 index 0000000..ebfccaa --- /dev/null +++ b/.cursor/mcp.json @@ -0,0 +1,12 @@ +{ + "mcpServers": { + "tessl": { + "type": "stdio", + "command": "tessl", + "args": [ + "mcp", + "start" + ] + } + } +} From 4d871eead50ce1d89ea00a46e2364ae273978db9 Mon Sep 17 00:00:00 2001 From: "tessl-app[bot]" <191901851+tessl-app[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 20:13:42 +0000 Subject: [PATCH 3/3] 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" + ] + } + } +}