Commit Graph

9 Commits

Author SHA1 Message Date
Max Isbey d6a15f6d52 [v1.x] Move the v1.x docs to /v1/ and mark v1.x as the maintenance line
With v2 becoming the stable release, v1.x moves from the site root to
/v1/ and stops deploying the site itself: the combined site is built and
deployed from main, which builds this branch's docs into /v1/ via the
new scripts/docs/build.sh. A `docs` CI job runs that same script, so a
change that breaks the v1 docs fails on this branch rather than at
main's next deploy. site_url and the package's Documentation URL move to
/v1/ so canonical links, the sitemap, and llms.txt point at where these
pages are actually served.

The README and landing page now describe v1.x as the maintenance line
and send new users to the v2 docs, and every install line pins `mcp<2`
so a reader following these docs stays on the 1.x line now that an
unpinned install selects 2.x.
2026-07-25 23:49:57 +00:00
Max c0c5a9d642 [v1.x] ci: pick the docs toolchain per worktree in build-docs.sh (#3082)
Main branch checks / checks (push) Failing after 1s
Conformance Tests / server-conformance (push) Has been cancelled
Conformance Tests / client-conformance (push) Has been cancelled
Deploy Docs / deploy-docs (push) Has been cancelled
2026-07-25 20:37:13 +01:00
Max 9773a3f75e [v1.x] ci: deploy docs to py.sdk.modelcontextprotocol.io via Pages artifact (#2635) 2026-05-18 14:29:15 +00:00
Felix Weinberger 1ef124e4a8 docs: add snippet verification for docs/ pages (#2115) 2026-02-23 15:38:15 +00:00
Felix Weinberger cfbbd7d71a docs: fix GitHub links to point to v1.x branch (#2102) 2026-02-23 15:26:21 +00:00
Max Isbey 89e9c43acf Get baseline 100% clean coverage (#1553) 2025-11-11 14:09:32 +01:00
Marcelo Trylesinski c7671e470c Add pyright strict mode on the whole project (#1254) 2025-08-11 18:56:37 +01:00
Inna Harper b2d4322ca0 Fix missing line in generated snippets (#1117) 2025-07-10 10:17:05 +01:00
Inna Harper adf327164a Embed code snippets for README from executable examples (#1055) 2025-07-04 17:25:54 +01:00