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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,8 @@ This repository has two main branches:
63
63
64
64
Small PRs get reviewed fast. Large PRs sit in the queue.
65
65
66
-
We can review a few dozen lines in a few minutes. But a PR touching hundreds of lines across many files takes real effort to verify—and things inevitably slip through. If your change is big, break it into a stack of smaller PRs or get clear alignment from a maintainer on your approach in an issue before submitting a large PR.
66
+
We can review a few dozen lines in a few minutes. But a PR touching hundreds of lines across many files takes real effort to verify—and things inevitably slip through. If your change is big, break it into a stack of smaller PRs or get clear alignment from a maintainer on your
67
+
approach in an issue before submitting a large PR.
By contributing, you agree that your code contributions will be licensed under
187
-
the Apache License 2.0. Documentation contributions (excluding specifications)
188
-
are licensed under CC-BY 4.0. See the [LICENSE](LICENSE) file for details.
187
+
By contributing, you agree that your code contributions will be licensed under the Apache License 2.0. Documentation contributions (excluding specifications) are licensed under CC-BY 4.0. See the [LICENSE](LICENSE) file for details.
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
# MCP TypeScript SDK
2
2
3
-
> [!IMPORTANT]
4
-
> **This is the `main` branch which contains v2 of the SDK (currently in development, pre-alpha).**
3
+
> [!IMPORTANT]**This is the `main` branch which contains v2 of the SDK (currently in development, pre-alpha).**
5
4
>
6
5
> We anticipate a stable v2 release in Q1 2026. Until then, **v1.x remains the recommended version** for production use. v1.x will continue to receive bug fixes and security updates for at least 6 months after v2 ships to give people time to upgrade.
0 commit comments