You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(structure): restructure package to follow Python best practices
- Move main.py to linkedin_mcp_server/cli_main.py for proper package structure
- Update __main__.py to import from cli_main instead of root main
- Update pyproject.toml to use setuptools properly without py-modules
- Fix all documentation references from main.py to -m linkedin_mcp_server
- Update cookie format in README to consistently use li_at=YOUR_COOKIE_VALUE
- Update Dockerfile ENTRYPOINT to use -m linkedin_mcp_server
- Fix cli.py help references from main.py to proper command format
This ensures the package can be installed and run correctly via uvx and
follows standard Python package structure conventions.
0 commit comments