Goals of this app: https://bmdavis41902.notion.site/Tapir-App-Goals-d33eb7f8a5a94725af3f07cae2ecd86c
task installapp.env file with the needed environment variables, can be found in app.env.exampletask devNote: for Windows users, update your bin & cmd string to include the .exe extension in .air.toml file before running task dev
bin = "./tmp/main.exe"
cmd = "go build -o ./tmp/main.exe cmd/http/main.go"
Railway is the recommended deployment platform, but any platform that supports Docker should work.
Reference Video: https://youtu.be/C3cIIz73Q3s
$ claude mcp add tapir-app \
-- python -m otcore.mcp_server <graph>