Releases: TigerGraph-DevLabs/tigergraph-mcp
Releases · TigerGraph-DevLabs/tigergraph-mcp
Release v0.1.6
- feat: add MCP tool to create schema and load data into TigerGraph
Release v0.1.5
- 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
- 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
- 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
- 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
- chore: normalize nodes_for_adding to handle tuple-to-list conversion from JSON for add_nodes tools
Release v0.1.0
- feat: add MCP tools for schema, data, and node operations