Hi Community,
I’m trying expose a MCP server via Apigee X. The goal is to add the list of allowed mcp_tools to the custom attribute in the Product and only share the list of approved mcp tools to the agents rather than the full list.
I have tried to pull the required changes from the apigee go gen mcp part to make it compatible to my scenario but it is not working as expected. Response is text/event-stream from the backend mcp hence I’m using “response.event.current.content” to modify the response rather than response.content.
Let me know if anyone have tried same use case or something similar.
Thanks.