-
Notifications
You must be signed in to change notification settings - Fork 28
gRPC connector type #591
Copy link
Copy link
Open
Labels
help wantedExtra attention is neededExtra attention is neededroadmapOn the published roadmap; exempt from the stale botOn the published roadmap; exempt from the stale bot
Description
Activity
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is neededroadmapOn the published roadmap; exempt from the stale botOn the published roadmap; exempt from the stale bot
REST, SOAP/WSDL, GraphQL, SQL/NoSQL and MCP-to-MCP are supported. gRPC is the obvious gap, and internal services are increasingly gRPC-only.
Scope
.protofile or from server reflection, mapping each method to a tool the same way WSDL operations are mapped.Where to look
packages/backend/src/connectors/engines/— how the SOAP engine parses a WSDL into tools is the closest existing model.