Scope of Resource Association Deletions
Removing a resource map from an active MCP agent does not harm the underlying origin API endpoints.The Architectural Divide
In HasMCP, Provider APIs define what data exists, while Server Instances define who (which LLMs) get to see that data.Deleting an Association
When you issue the commandDELETE /servers/{serverId}/resources/{resourceId} or use the HasMCP dashboard to click the Remove icon in the Server’s tab, you are only destroying the transient database linkage object (ServerResource) maintained by the orchestrator.
- Agent Behavior: Any local MCP client polling that server will silently stop indexing the targeted resource URI during their routine
resources/listhandshake. - Provider Immortality: Inside the parent Provider where the URI logic was originally mapped, the tool continues to exist flawlessly.