Seed data export/import composability #38
Labels
enhancement
New feature or request
not go-live blocker
This issue has been reviewed and determined to not be a blocker to go-live
We currently import the
seed.json
when theMCP_REGISTRY_SEED_FILE_PATH
environment variable is set andMCP_REGISTRY_SEED_IMPORT=true
.The registry should expose this file at a publicly accessible endpoint and allow for importing it from a http based location. That way you can start a new instance of the registry, point it at an existing registry, and have the new registry import all of the MCP servers from the original registry. The
seed.json
endpoint should expose the data in the exact same format as needed for the import. We can continue to allow the seed file to be imported from the filesystem.We can also use this as an opportunity to clean up the UX around importing a bit.
/v0/seed.json
endpoint that returns a full list of servers in the seed formatMCP_REGISTRY_SEED_IMPORT
env var and instead import if theMCP_REGISTRY_SEED_FILE_PATH
is set--seed-file-path
flag that does the same thing as theMCP_REGISTRY_SEED_FILE_PATH
env varThe text was updated successfully, but these errors were encountered: