Skip to content

Commit d9bfad3

Browse files
committed
Add LLMBenchSimple as main dependency
- Move LLMBenchSimple from [extras] to [deps] - Update Manifest.toml with resolved dependency - This avoids authentication issues during test runs
1 parent a07e9d5 commit d9bfad3

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

Manifest.toml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
julia_version = "1.13.0-DEV"
44
manifest_format = "2.0"
5-
project_hash = "b422f973dddd338071bba7a7f9f22cad2ede4581"
5+
project_hash = "b80e681f4ebf05f6eba3c868de5fc47aa2cc335c"
66

77
[[deps.ClaudeMCPTools]]
88
deps = ["JSON"]
@@ -24,11 +24,18 @@ uuid = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
2424
version = "0.21.4"
2525

2626
[[deps.LLMBenchMCPServer]]
27-
deps = ["ClaudeMCPTools", "JSON"]
27+
deps = ["ClaudeMCPTools", "JSON", "LLMBenchSimple"]
2828
path = "."
2929
uuid = "78754875-2f68-464a-ac60-858ac662827f"
3030
version = "0.1.0"
3131

32+
[[deps.LLMBenchSimple]]
33+
git-tree-sha1 = "bef6209dcebb2440637d0f455578ac3df832ef5c"
34+
repo-rev = "master"
35+
repo-url = "git@github.com:JuliaComputing/LLMBenchSimple.jl.git"
36+
uuid = "a7b3c4d5-e6f7-8901-2345-678901234567"
37+
version = "0.1.0"
38+
3239
[[deps.Mmap]]
3340
uuid = "a63ad114-7e13-5084-954f-fe012c677804"
3441
version = "1.11.0"

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ authors = ["JuliaComputing"]
66
[deps]
77
ClaudeMCPTools = "b9bb1685-6a70-41d7-9793-2f9fb633d966"
88
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
9+
LLMBenchSimple = "a7b3c4d5-e6f7-8901-2345-678901234567"
910

1011
[sources]
1112
ClaudeMCPTools = {rev = "master", url = "git@github.com:JuliaComputing/ClaudeMCPTools.jl.git"}
12-
LLMBenchSimple = {url = "git@github.com:JuliaComputing/LLMBenchSimple.jl.git"}
13+
LLMBenchSimple = {rev = "master", url = "git@github.com:JuliaComputing/LLMBenchSimple.jl.git"}
1314

1415
[extras]
15-
LLMBenchSimple = "a7b3c4d5-e6f7-8901-2345-678901234567"
1616
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1717

1818
[targets]
19-
test = ["Test", "LLMBenchSimple"]
19+
test = ["Test"]

0 commit comments

Comments
 (0)