We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f31534 commit 00ea1d9Copy full SHA for 00ea1d9
mcp-registry/README.md
@@ -55,7 +55,15 @@ For more control over your submission:
55
56
1. Fork this repository
57
2. Create a JSON file in `mcp-registry/servers/` named `[your-server-name].json`. The JSON should follow our [schema](schema/server-schema.json)
58
-3. Submit a pull request
+3. Validate locally to ensure correct schema
59
+ ```bash
60
+ python scripts/validate_manifest.py | grep "your-server-name"
61
+ ```
62
+ If validation succeeds, you should see:
63
64
+ ✓ your-server-name: Valid
65
66
+4. Submit a pull request
67
68
## 📂 Registry Structure
69
0 commit comments