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
+7 -7
View File
@@ -2,21 +2,21 @@
## Current
### `feat/mcp-server`
### `feat/graphql-support`
Status: completed
DoD:
- `mcp-server` exposes a single MCP HTTP endpoint
- initialize and initialized lifecycle work with session handling
- tools are listed and called through MCP JSON-RPC methods
- published tool catalog refreshes without service restart
- MCP integration tests cover initialize, list, call and refresh flow
- 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
## Next
- `feat/graphql-support`
- `feat/grpc-support`
## Backlog