diff --git a/Cargo.toml b/Cargo.toml index d357ddb594..29c2b4df22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -118,8 +118,7 @@ encoding_rs = "0.8.35" url = "2" # HTTP client -reqwest = { version = "0.12", default-features = false, features = ["native-tls", "rustls-tls-native-roots", "json", "stream", "multipart"] } -#reqwest = { version = "0.13.4", default-features = false, features = ["native-tls", "rustls", "http2", "json", "stream", "multipart", "query", "form"] } +reqwest = { version = "0.13.4", default-features = false, features = ["native-tls", "rustls", "http2", "json", "stream", "multipart", "query", "form"] } # Debug Log HTTP Server axum = { version = "0.8", features = ["json", "ws"] } @@ -254,6 +253,7 @@ rmcp = { version = "1.7", default-features = false, features = [ "base64", "client", "elicitation", + "reqwest", "macros", #"reqwest", "schemars", diff --git a/src/apps/ohos/.opencode/opencode.json b/src/apps/ohos/.opencode/opencode.json new file mode 100644 index 0000000000..03806ccc55 --- /dev/null +++ b/src/apps/ohos/.opencode/opencode.json @@ -0,0 +1,16 @@ +{ + "mcp": { + "deveco-mcp": { + "type": "local", + "command": [ + "devecocli", + "serve", + "mcp" + ], + "environment": { + "PROJECT_PATH": "D:\\workspace\\wc\\github\\BitFun-OHOS\\src\\apps\\ohos" + }, + "enabled": true + } + } +} \ No newline at end of file