Currently the MCP server isn't exposed, and the agent connects directly to MCP server. What if there are in-between layers/middle-wares? Need to refactor the codebase to break the direct connection: - [ ] Add docs to expose the MCP server's endpoint. - [ ] Agent needs to have new environment variable to fetch MCP server endpoint,
Currently the MCP server isn't exposed, and the agent connects directly to MCP server. What if there are in-between layers/middle-wares?
Need to refactor the codebase to break the direct connection: