-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Update LICENSE and package.json for Linux Foundation transition #1018
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+204
−9
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ux Foundation transition Co-authored-by: olaservo <16480113+olaservo@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update MCP Inspector License for Linux Foundation
Update LICENSE for Linux Foundation transition
Jan 19, 2026
olaservo
approved these changes
Jan 19, 2026
domdomegg
previously approved these changes
Jan 19, 2026
Member
|
@copilot I just noticed that the package.json license fields still appear to be MIT? |
Co-authored-by: olaservo <16480113+olaservo@users.noreply.github.com>
Contributor
Author
Copilot
AI
changed the title
Update LICENSE for Linux Foundation transition
Update LICENSE and package.json for Linux Foundation transition
Jan 19, 2026
olaservo
approved these changes
Jan 19, 2026
domdomegg
approved these changes
Jan 19, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Replace MIT License with hybrid Apache 2.0 + MIT + CC-BY-4.0 license as MCP transitions to Linux Foundation. License copied verbatim from typescript-sdk reference. Updated all package.json files to reference the new LICENSE file.
Type of Change
Changes Made
Updated LICENSE file to reflect MCP project's transition to Linux Foundation governance:
Includes transition notice explaining the hybrid licensing model and preservation of original MIT rights.
Updated all package.json files (root, server, client, cli) to reflect the license change:
"license"field from"MIT"to"SEE LICENSE IN LICENSE"to reference the LICENSE file"author"field from"Anthropic, PBC (https://anthropic.com)"to"Model Context Protocol a Series of LF Projects, LLC."Related Issues
Reference: https://github.com/modelcontextprotocol/typescript-sdk/blob/main/LICENSE
Testing
Test Results and/or Instructions
License file updated successfully. Content verified to match typescript-sdk reference verbatim (196 lines added). All package.json files validated as valid JSON with updated license and author fields.
Checklist
npm run prettier-fix)Breaking Changes
None. License change does not affect code functionality.
Additional Context
This is a legal/governance update required for all MCP repositories as part of the Linux Foundation transition. The license text was copied exactly as specified in the agent instructions to maintain consistency across the project. Package.json files updated to match the format used in typescript-sdk repository.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.