Skip to content

Commit 90601c3

Browse files
authored
Merge pull request #1492 from codeflash-ai/tessl/setup-1771114839280
Setup repository to use Tessl
2 parents dbba5e0 + 9282e25 commit 90601c3

File tree

2 files changed

+80
-0
lines changed

2 files changed

+80
-0
lines changed

.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+
}

tessl.json

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
{
2+
"name": "codeflash",
3+
"dependencies": {
4+
"tessl/pypi-pytest": {
5+
"version": "8.4.0"
6+
},
7+
"tessl/pypi-gitpython": {
8+
"version": "3.1.0"
9+
},
10+
"tessl/pypi-libcst": {
11+
"version": "1.8.0"
12+
},
13+
"tessl/pypi-jedi": {
14+
"version": "0.19.0"
15+
},
16+
"tessl/pypi-tree-sitter": {
17+
"version": "0.25.0"
18+
},
19+
"tessl/pypi-tomlkit": {
20+
"version": "0.13.0"
21+
},
22+
"tessl/pypi-pydantic": {
23+
"version": "1.10.0"
24+
},
25+
"tessl/pypi-humanize": {
26+
"version": "4.13.0"
27+
},
28+
"tessl/pypi-posthog": {
29+
"version": "6.7.0"
30+
},
31+
"tessl/pypi-click": {
32+
"version": "8.2.0"
33+
},
34+
"tessl/pypi-inquirer": {
35+
"version": "3.4.0"
36+
},
37+
"tessl/pypi-sentry-sdk": {
38+
"version": "1.45.0"
39+
},
40+
"tessl/pypi-parameterized": {
41+
"version": "0.9.0"
42+
},
43+
"tessl/pypi-dill": {
44+
"version": "0.4.0"
45+
},
46+
"tessl/pypi-rich": {
47+
"version": "13.9.0"
48+
},
49+
"tessl/pypi-lxml": {
50+
"version": "5.4.0"
51+
},
52+
"tessl/pypi-crosshair-tool": {
53+
"version": "0.0.0"
54+
},
55+
"tessl/pypi-coverage": {
56+
"version": "7.10.0"
57+
},
58+
"tessl/pypi-platformdirs": {
59+
"version": "4.4.0"
60+
},
61+
"tessl/pypi-pygls": {
62+
"version": "1.3.0"
63+
},
64+
"tessl/pypi-filelock": {
65+
"version": "3.19.0"
66+
}
67+
}
68+
}

0 commit comments

Comments
 (0)