- Allow starting a local MCP server to support agentic workflows.
- Simply run
trail mcp [--user=|--tokens=] http://mytrailbase:4000to start a local MCP that listens onstdin. Tool requests will be proxied to a running TrailBase instance at the given address. - Since many operations require permissions, especially the admin APIs, authentication is required.
- If you have access to the
--depot=locally, you can mint tokens internally, e.g.:trail --depot=./mydepot mcp --user=admin@localhost http://localhost:4000. - If the target TrailBase instance is remote, you can log into the admin UI and copy the tokens from the profile dialog (user icon on the bottom left) and run:
TOKENS=<eyJhd...> trail mcp https://mytrailbase.org.
- If you have access to the
- Simply run
- Increase entropy of refresh/session tokens.
- Update dependencies.
Full Changelog: v0.32.2...v0.33.0