Summary
Implement LLM bridge endpoint for querying LLMs from within VMs.
Context
PR #426 (feat(rlm): RLM orchestration with MCP tools) requires LLM bridge functionality to allow VMs to query LLMs.
Requirements
The implementation should provide:
- HTTP endpoint for LLM queries
- Authentication and authorization
- Request/response handling
- Integration with existing LLM services
Related
Blocked by: #664 (Create fcctl-core crate)