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
fix: remove host prefix from lock-file path resolution in transitive MCP collection
_collect_transitive_mcp_deps() included the lock-file 'host' field (e.g.
github.com) in the apm_modules path, but packages are stored without the
host segment. All locked paths resolved to non-existent directories, so
zero transitive MCP deps were collected and .vscode/mcp.json was never
generated.
- Remove host from path construction to match get_install_path() behavior
- Add tests for lock-file-scoped collection (regular and virtual_path)
0 commit comments