Skip to content

Releases: TigerGraph-DevLabs/tigergraph-mcp

Release v0.1.6

07 Jul 23:27
140011d
Compare
Choose a tag to compare
  • feat: add MCP tool to create schema and load data into TigerGraph

Release v0.1.5

27 Jun 03:49
e960c5b
Compare
Choose a tag to compare
  • feat: add example using LangGraph LLM and agents to call TigerGraph-MCP
  • feat: upgrade TigerGraphX to v0.2.9 with new TigerGraphDatabase class integration
  • feat: add run algorithm subgraph to onboarding workflow
  • feat: add MCP tools for update data source, get/drop all data sources, run gsql, and list metadata

Release v0.1.4

05 Jun 13:10
08d1d83
Compare
Choose a tag to compare
  • feat: enable multi-turn human-in-the-loop schema confirmation for iterative refinement
  • feat: enable multi-turn human-in-the-loop loading job confirmation for iterative refinement
  • feat: support onboarding in chat flow
  • feat: split schema drafting into modular tasks for column classification and schema generation

Release v0.1.3

21 May 11:07
e37ade2
Compare
Choose a tag to compare
  • feat: ensure MCP tools are VS Code and JSON schema compatible
  • refactor: organize tools into separate graph and database categories
  • feat: add MCP tools for data source management and previewing sample data, with integration tests
  • feat: support multi-step task execution with sequential tool orchestration
  • feat: support anonymous S3 access, enhance schema agent output, and improve multi-file schema creation and agent prompts
  • docs: add README instructions for installation and usage with CrewAI and Copilot Chat

Release v0.1.2

08 May 14:44
Compare
Choose a tag to compare
  • feat: add example tigergraph_chat to demonstrate use CrewAI to call MCP tools
  • feat: add MCP tools for edge, statistics, and vector operations and corresponding integration test cases
  • feat: add MCP tools for query operations and corresponding integration test cases
  • feat: add agents, tasks and crews for node operations
  • feat: add agents, tasks and crews for edge, query, and vector operations
  • feat: support connecting to TigerGraph via .env-based environment variables
  • feat: add MCP tools for creating/installing/running/dropping queries and corresponding integration test cases
  • feat: add agents, tasks and crews for creating/installing/running/dropping queries

Release v0.1.1

14 Apr 09:23
Compare
Choose a tag to compare
  • chore: normalize nodes_for_adding to handle tuple-to-list conversion from JSON for add_nodes tools

Release v0.1.0

14 Apr 07:56
Compare
Choose a tag to compare
  • feat: add MCP tools for schema, data, and node operations