salesforce-mcp-inline-tool-overrides-module-tool-silently

When a tool is defined both inline with @mcp.tool() in server.py AND in a module (e.g., deployment/operations.py), the inline definition in server.py takes precedence and the module version is silently skipped due to on_duplicate=‘error’ behavior. Always audit server.py for inline overrides before patching module files — you may be fixing dead code.