Step-by-step guide to deploy your MCP tools with VeyraX
veyrax.yaml
file in your repository’s root. This configuration file gives VeyraX precise instructions on how to build and run your tool.
Example veyrax.yaml
:
veyrax.yaml
nor a Dockerfile is found, VeyraX will analyze your project structure and attempt to create a deployment configuration automatically.
While this can work for simple projects, it’s not recommended for production deployments as it may not correctly capture all requirements.