fix: upgraded to newer rmcp version to get native-tls support

This commit is contained in:
2026-04-20 13:50:34 -06:00
parent f7fb249d43
commit 8f7d3bd13c
3 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ duct = "1.0.0"
argc = "1.23.0"
strum_macros = "0.27.2"
indoc = "2.0.6"
rmcp = { version = "0.16.0", features = ["client", "transport-child-process", "transport-streamable-http-client-reqwest"] }
rmcp = { version = "1.5.0", features = ["client", "transport-child-process", "transport-streamable-http-client-reqwest", "reqwest-native-tls"] }
num_cpus = "1.17.0"
tree-sitter = "0.26.8"
tree-sitter-language = "0.1"