salesforce-mcp-inline-tool-overrides-module-on-duplicate-error

When server.py registers a tool with @mcp.tool() inline AND a module file (e.g. deployment/operations.py) registers the same tool name, FastMCP’s on_duplicate=‘error’ skips the module version silently — the inline server.py definition wins. Bugs must be fixed in the inline server.py definition, not the module backup, or both will diverge.