github trailbaseio/trailbase v0.33.0

5 hours ago
  • Allow starting a local MCP server to support agentic workflows.
    • Simply run trail mcp [--user=|--tokens=] http://mytrailbase:4000 to start a local MCP that listens on stdin. 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.
  • Increase entropy of refresh/session tokens.
  • Update dependencies.

Full Changelog: v0.32.2...v0.33.0

Don't miss a new trailbase release

NewReleases is sending notifications on new releases.