Skip to content

Commit eda726a

Browse files
committed
docs: MCP tool update
1 parent 17c0a28 commit eda726a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Once you have the snapshot, the CLI works offline:
2929
- **Lint** - 20+ convention rules (naming, types, primary keys, timestamps, partitioning) and 13 structural audit rules (duplicate indexes, FK coverage, circular FKs, vacuum tuning)
3030
- **Migration safety** - lock type analysis, duration estimates, table rewrite detection, safe alternatives for each DDL statement
3131
- **Query validation** - SQL parsing via libpg_query, column reference checks against the actual schema, anti-pattern detection
32-
- **Schema diff** - compare snapshots over time, detect drift between live database and saved state
32+
- **Snapshot diff** - compare schema, planner stats, or activity between snapshots; detect drift against the live database
3333
- **[Multi-node stats](docs/multi-node-stats.md)** - per-replica statistics, seq_scan hotspots, routing imbalances
3434

3535
### MCP server - give your AI assistant a schema brain

0 commit comments

Comments
 (0)