OpenMetadata icon indicating copy to clipboard operation
OpenMetadata copied to clipboard

feat: add lineage tool in MCP Server for impact analysis

Open mgorsk1 opened this issue 6 months ago • 7 comments

Describe your changes:

Fixes

I worked on adding get_entity_lineage tool to MCP server because it provides ability to conduct impact / root cause analysis.

Example output from Google ADK Web UI:

image

Type of change:

  • [ ] Bug fix
  • [ ] Improvement
  • [x] New feature
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [ ] Documentation

Checklist:

  • [x] I have read the CONTRIBUTING document.
  • [ ] My PR title is Fixes <issue-number>: <short explanation>
  • [ ] I have commented on my code, particularly in hard-to-understand areas.
  • [ ] For JSON Schema changes: I updated the migration scripts or explained why it is not needed.

mgorsk1 avatar Jun 02 '25 08:06 mgorsk1