salesforce-mcp-inline-tools-override-module-tools

When a Salesforce MCP server uses on_duplicate=‘error’, inline @mcp.tool() decorators in server.py take precedence over the same-named tools in module files (e.g., deployment/operations.py). Bugs fixed only in module files will have zero effect if an inline override exists. Always check server.py for inline duplicates before editing module files.