The official MCP TypeScript SDK requires modeling MCP Tool Schema using a type-system called [Zod](https://zod.dev/). `mcp-codegen` allows you to leverage plain-old-TypeScript-objects.
{
"mcpServers": {
"mcp-codegen": {
"command": "npx",
"args": [
"-y",
"mcp-codegen"
]
}
}
}