feat: add grpc support

This commit is contained in:
a.tolmachev
2026-03-25 21:23:57 +03:00
parent ada2436e54
commit 8005510ad2
33 changed files with 1725 additions and 32 deletions
+6 -7
View File
@@ -2,21 +2,20 @@
## Current
### `feat/graphql-support`
### `feat/grpc-support`
Status: completed
DoD:
- GraphQL operation can be created, tested and published
- variables mapping and `response_path` work in runtime
- GraphQL `errors` are translated into runtime failures
- published GraphQL tool is callable through MCP
- integration tests cover admin-api, runtime and MCP GraphQL scenarios
- gRPC descriptor set can be uploaded and inspected through admin-api
- unary gRPC operation can be tested through runtime
- published gRPC tool is callable through MCP
- integration tests cover adapter, runtime, admin-api and MCP gRPC scenarios
## Next
- `feat/grpc-support`
- `feat/hardening`
## Backlog