- Stringify Object.signature() instead of str()-ing the bound method,
which produced "<bound method Class.signature of ...>" reprs
- Skip alias members that cannot resolve (stdlib/third-party imports)
while preserving resolvable package re-exports; return None for empty
signatures (classes without __init__ args)
- Add MCP renderer regression tests for signature cleanliness, alias
filtering, and package re-export preservation