-
Notifications
You must be signed in to change notification settings - Fork 204
Description
Is your feature request related to a problem? Please describe.
I'd like to align https://github.com/anthropics/dxt as much as possible server.json
. I believe a first good step here would be to create an "importer" that is able to create a valid manifest.json
from a server.json
- before we eventually tell everyone to just create a server.json
instead.
To do so, I'd need types.
Describe the solution you'd like
In my dreams, we'd have versioned https://zod.dev types for server.json, but I'd also be happy about being able to call npm i @modelcontextprotocol/registry/types
.
Describe alternatives you've considered
While I could make this entire repo a git submodule and run an OpenAPI converter to get TypeScript types, I'd feel better knowing that I'm importing the "official" types.