feat: add graphql support

This commit is contained in:
a.tolmachev
2026-03-25 20:21:07 +03:00
parent 6296b04105
commit 1ea75eb824
16 changed files with 824 additions and 30 deletions
Generated
+4
View File
@@ -863,10 +863,14 @@ dependencies = [
name = "mcpaas-adapter-graphql"
version = "0.1.0"
dependencies = [
"axum",
"mcpaas-core",
"mcpaas-mapping",
"reqwest",
"serde",
"serde_json",
"thiserror",
"tokio",
]
[[package]]