Skip to content

Commit 5f062d7

Browse files
committed
Reflect the property renames on server.json
Signed-off-by: Radoslav Dimitrov <[email protected]>
1 parent 5f8850a commit 5f062d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/registry/official.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,12 +170,12 @@ func (or *OfficialRegistry) transformEntry(name string, entry *types.RegistryEnt
170170
Repository: or.createRepository(entry),
171171
VersionDetail: or.createVersionDetail(),
172172
Meta: &upstream.ServerMeta{
173-
Publisher: or.createXPublisherExtensions(entry),
173+
PublisherProvided: or.createXPublisherExtensions(entry),
174174
// The registry extensions are not supposed to be set by us.
175175
// They are generated by the registry system.
176176
// We include them here so we can start using them in toolhive,
177177
// and they are available when we support an official MCP registry.
178-
IOModelContextProtocolRegistry: or.createRegistryExtensions(),
178+
Official: or.createRegistryExtensions(),
179179
},
180180
}
181181

0 commit comments

Comments
 (0)