Merge remote-tracking branch 'upstream/master' into issue-1424-goal-resume-activation

This commit is contained in:
mektpoy
2026-09-04 15:37:06 +08:00
83 changed files with 1895 additions and 213 deletions
+2
View File
@@ -74,6 +74,8 @@ const OVERRIDES: Record<string, { license?: string; repo?: string }> = {
'@modelcontextprotocol/server-filesystem': { license: 'MIT / Apache-2.0', repo: 'https://github.com/modelcontextprotocol/servers' },
// No repository field in the published manifest.
'node-addon-require-builtin': { repo: 'https://www.npmjs.com/package/node-addon-require-builtin' },
// No `license` field in the published manifest; the tarball's LICENSE.txt is the MIT text.
'fs-ext': { license: 'MIT' },
}
/**