Under the hood
mcp add-json now validates server config against a schema before saving.
mcp add-json now validates the provided server config through a schema (wK().safeParse) to determine its type, rather than coercing the type field ad hoc. This tightens validation before the server config is persisted.