Skip to main content
MCP Tools

repos_list

Returns all repositories in the Travsr registry with their DB path and existence status.

Input schema

{
"type": "object",
"properties": {}
}

Output

Tab-separated lines, one per repo: name\tdb_path\t{1|0} where 1 means the DB file exists on disk.

my-project /Users/ak/my-project/.travsr/graph.db 1
payment-service /Users/ak/payment-svc/.travsr/graph.db 1
old-api /Users/ak/old-api/.travsr/graph.db 0

When to use

  • Enumerate all repos the daemon is aware of.
  • Identify stale registry entries before running repos_prune.