QuotationManagementSystem/ │ ├── 📂 QuotationManagementSystem/ │ ├── Controllers/ # Handles web and API requests │ │ ├── AccountController.cs │ │ ├── QuotationsController.cs │ │ ├── AdminController.cs ...
This is an MCP (Model Context Protocol) server for Salesforce's Agentforce Service Agent. THe MCP Server uses Agentforce Agent API to communicate with the Agent while exposing the main API interfaces ...