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
Top-Level Package Imports: Moved requests and papers_mcp.sources imports to module top level in papers_mcp/server.py to guarantee dependency and submodule integrity at startup, resolving deferred runtime ModuleNotFoundError on tool execution (#17).
Dynamic Setuptools Package Discovery: Configured [tool.setuptools.packages.find] in pyproject.toml for robust subpackage inclusion.
Packaging Test Suite: Added tests/test_packaging.py verifying wheel builds, distribution archives, and module imports.