Is your feature request related to a problem? Please describe.
Not sure if there's a particular reason this doesn't exist but would love to have the MCP expose a tool where we can get the audit log of a particular flag.
Describe the solution you'd like
A tool similar to GET /api/v2/auditlog with the ability to enrich the filtering as we'd do with the same endpoint and POST.
Describe alternatives you've considered
I am considering to setup the LD API locally and do things the "old" way -> bash + curl wrapped in an agent tool.
Additional context
I basically would like this as a feature because in a large FF cleanup it helps to have an agent find the last person who modified the flag across envs (1.prod, 2.test, 3.dev) IF a flag no longer has a maintainer (e.g. they left the company). That way, when a FF is cleaned up in a PR no manual work is needed to find who last modified the flag and see if they have context.
Is your feature request related to a problem? Please describe.
Not sure if there's a particular reason this doesn't exist but would love to have the MCP expose a tool where we can get the audit log of a particular flag.
Describe the solution you'd like
A tool similar to
GET /api/v2/auditlogwith the ability to enrich the filtering as we'd do with the same endpoint and POST.Describe alternatives you've considered
I am considering to setup the LD API locally and do things the "old" way -> bash + curl wrapped in an agent tool.
Additional context
I basically would like this as a feature because in a large FF cleanup it helps to have an agent find the last person who modified the flag across envs (1.prod, 2.test, 3.dev) IF a flag no longer has a maintainer (e.g. they left the company). That way, when a FF is cleaned up in a PR no manual work is needed to find who last modified the flag and see if they have context.