Commit Graph

17 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
Marcelo Trylesinski 5f0b6af9f2 [v1.x] Add Streamable HTTP request body limits (#3101) 2026-07-16 09:54:29 +01:00
Max 0e3a604636 [v1.x] docs: publish llms.txt and markdown renditions of the docs (#3029) 2026-06-30 11:30:59 +01:00
Max b8f491724c [v1.x] Deprecate the WebSocket transport and the experimental tasks entry points (#2828) 2026-06-11 09:20:19 +01:00
Max 62137874ff [v1.x] Scope experimental tasks to the session that created them (#2720)
Main branch checks / checks (push) Failing after 0s
2026-05-29 18:05:58 +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 c68e254bad docs: add server-side tool error handling documentation (#2129) 2026-02-24 11:31:00 +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
Felix Weinberger 1f9fb348f3 docs: fix stub pages and improve docs structure (#2101)
Co-authored-by: Max Isbey <224885523+maxisbey@users.noreply.github.com>
2026-02-23 15:18:24 +00:00
Felix Weinberger c86477c7b7 docs: comprehensive feature documentation for SEP-1730 Tier 1 (#2090)
Co-authored-by: Max Isbey <224885523+maxisbey@users.noreply.github.com>
2026-02-23 14:57:16 +00:00
Felix Weinberger a77462b64d docs: restructure README into docs/ pages (#2091)
Co-authored-by: Max Isbey <224885523+maxisbey@users.noreply.github.com>
2026-02-23 14:17:12 +00:00
Max Isbey c92bb2f7ff SEP-1686: Tasks (#1645) 2025-11-28 18:51:58 +00:00
adam jones fcffa14b5b docs: Update examples to use stateless HTTP with JSON responses (#1499)
Main branch checks / checks (push) Failing after 0s
2025-11-20 15:06:37 +00:00
Marcelo Trylesinski 814c9c024a Add documentation about testing (#1426) 2025-10-03 14:17:31 +00:00
Marcelo Trylesinski 89619a8604 Add documentation structure (#1425) 2025-10-03 13:17:08 +00:00
Marcelo Trylesinski 4e11f2890b Add mkdocs (#367) 2025-03-25 13:06:15 +01:00