"""Entry point for running the shared MCP server as a module.""" from mcp_servers.shared.server import mcp mcp.run()