docs: Document MCP editor setup and migration safety - #847
Merged
Merged
Conversation
8 tasks
Zfinix
requested review from
FXschwartz and
developerjamiu
and removed request for
FXschwartz
September 15, 2026 14:58
Zfinix
marked this pull request as ready for review
September 16, 2026 08:28
developerjamiu
approved these changes
Sep 16, 2026
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
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
The
serverpod mcp-serverpage documented the--server-dirflag and nothing else, so there was nowhere to send a reader who wants to connect an agent to their project. It also said nothing aboutforce, which the migration tools accept and an agent can pass on its own.This PR:
serverpod createconfigures and the config file each one gets.force, and to point the bridge at a development database.The tool reference itself is generated and arrives separately through serverpod/serverpod#5711. Only the hand-maintained
_mcp-server.mdintro changes here, which the docs-sync generator preserves across runs.