Prompts
Create reusable prompt templates and workflows
You can create reusable prompt templates, this not only allows you to reuse the same prompt in multiple places, but also thanks to mcps you can make then dynamic and share them with others. For eg, you can predefine prompts like "Explain {topic} to me like I'm five", here {topic}
is a variable that can be replaced with any value.
You can learn more about prompts in the MCP documentation.
mValidator
supports Standard Schema, which means you can use validation libs which supports Standard Schema like zod, valibot, arktype, typebox, etc.
You can define completions using completion
prop for your prompts. This allows you to provide the LLM with a list of possible values for the variable in the prompt. For example, if you have a prompt that asks for a city name, you can provide a list of cities as completions.