mcp-agent's vision is that MCP is all you need to build agents, and that simple patterns are more robust than complex architectures for shipping high-quality agents.
job-finder-BE/ ├── src/ │ ├── config/ # Configuration management │ ├── middleware/ # Express middleware (CORS, rate limiting, validation) │ ├── services/ # Business logic services │ │ ├── ...