Skip to content

Releases: TigerGraph-DevLabs/tigergraph-mcp-utils

Release v0.2.10

27 Jun 02:48
7178b53
Compare
Choose a tag to compare
  • 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

24 Jun 06:41
5ffc97c
Compare
Choose a tag to compare
  • 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

26 May 14:46
eac2d94
Compare
Choose a tag to compare
  • feat: add get_edges method to Graph class
  • docs: modify installation.md

Release v0.2.7

15 May 05:58
49a2199
Compare
Choose a tag to compare
  • feat: add support for previewing sample data and managing data sources (create, update, drop, get)

Release v0.2.6

08 May 08:43
3b9be93
Compare
Choose a tag to compare
  • 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

07 May 08:27
bbe9a27
Compare
Choose a tag to compare
  • fix: resolve incorrect edge count when edge_type is specified

Release v0.2.4

07 May 01:29
2c99a6a
Compare
Choose a tag to compare
  • fix: handle multi-edge support in add_edges_from using discriminator logic

Release v0.2.3

28 Apr 11:40
1a52689
Compare
Choose a tag to compare
  • feat: add support for output_type="List" in get_nodes, get_neighbors, and bfs

Release v0.2.2

11 Apr 03:36
5c6c6ca
Compare
Choose a tag to compare
  • feat: run RESTful APIs directly within TigerGraphX instead of using pyTigerGraph

Release v0.2.1

28 Mar 08:49
aecefc3
Compare
Choose a tag to compare
  • feat: add simple GraphRAG
  • fix: correct the image link
  • docs: add documentation for Supporting Simple GraphRAG