Skip to content

Commit 00ea1d9

Browse files
Add schema validation instructions
1 parent 1f31534 commit 00ea1d9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

mcp-registry/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,15 @@ For more control over your submission:
5555

5656
1. Fork this repository
5757
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
58+
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
5967

6068
## 📂 Registry Structure
6169

0 commit comments

Comments
 (0)