Prepare docs for modelcontextprotocol.io #728
Open
+1,631
−1,356
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.
This PR reorganizes and extends the existing documentation in preparation for publishing on https://modelcontextprotocol.io/.
The current plan is for docs to remain in this repo, and be synced to the
modelcontextprotocol/modelcontextprotocolwhenever necessary (e.g., accompanying a release of the registry). I have included a script in modelcontextprotocol/modelcontextprotocol#1725 (bin/pull-registry-docs.sh) that can be run manually to perform the sync.If we later decide to permanently move the docs to the
modelcontextprotocol/modelcontextprotocolrepo, that also works.This PR puts all https://modelcontextprotocol.io/ docs into
docs/modelcontextprotocol-io/. Docs outside that subdirectory, such asdocs/administration/admin-operations.md, are intended to be accessible solely via this repo. One major exception is thedocs/reference/server-json/subdirectory, which will depend on the resolution of modelcontextprotocol/modelcontextprotocol#1649. However, I think we could address that in a follow-up PR.