Skip to content

Commit 65a08af

Browse files
committed
Fix the linting error
Signed-off-by: Radoslav Dimitrov <[email protected]>
1 parent 154f9a4 commit 65a08af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/server-json/generic-server-json.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The official registry has some more restrictions on top of this. See the [offici
1818

1919
The optional `_meta` field allows publishers to include custom metadata alongside their server definitions using reverse DNS namespacing.
2020

21-
```json
21+
```
2222
{
2323
"_meta": {
2424
"io.modelcontextprotocol.registry/publisher-provided": {
@@ -28,7 +28,7 @@ The optional `_meta` field allows publishers to include custom metadata alongsid
2828
}
2929
```
3030

31-
When publishing to the official registry, custom metadata must be placed under the key `io.modelcontextprotocol.registry/publisher-provided`. See the [official registry requirements](./official-registry-requirements.md) for detailed restrictions.
31+
When publishing to the official registry, custom metadata must be placed under the key `io.modelcontextprotocol.registry/publisher-provided`. See the [official registry requirements](./official-registry-requirements.md) for detailed restrictions and examples.
3232

3333
## Examples
3434

0 commit comments

Comments
 (0)