Releases: TigerGraph-DevLabs/tigergraph-mcp-utils
Releases · TigerGraph-DevLabs/tigergraph-mcp-utils
Release v0.2.10
- test: mock AdminAPI.get_version to prevent real HTTP calls during Graph initialization
- feat: add method list_metadata to class TigerGraphDatabase
Release v0.2.9
- fix: ensure primary keys are compared as strings in neighbor ID tracking in the method bfs
- feat: add TigerGraphDatabase abstraction class for database operations
- feat: store TigerGraph version in TigerGraphAPI and enforce minimum version check in VectorManager
- docs: add MkDocs documentation for class TigerGraphDatabase
Release v0.2.8
- feat: add get_edges method to Graph class
- docs: modify installation.md
Release v0.2.7
- feat: add support for previewing sample data and managing data sources (create, update, drop, get)
Release v0.2.6
- feat: add Graph methods for creating, installing, and dropping queries
- feat: add TigerGraph API support for creating, installing and dropping queries
Release v0.2.5
- fix: resolve incorrect edge count when edge_type is specified
Release v0.2.4
- fix: handle multi-edge support in add_edges_from using discriminator logic
Release v0.2.3
- feat: add support for output_type="List" in get_nodes, get_neighbors, and bfs
Release v0.2.2
- feat: run RESTful APIs directly within TigerGraphX instead of using pyTigerGraph
Release v0.2.1
- feat: add simple GraphRAG
- fix: correct the image link
- docs: add documentation for Supporting Simple GraphRAG