Introduce Metadata Command Group #1192
mathiasbl-alistar
started this conversation in
Ideas
Replies: 2 comments
-
This is a good idea that aligns with the new MCP support. #1182 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks I have added this to our backlog for review and prioritization. If accepted we will update the discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This idea introduces a new metadata command that would provide programmatic access to data model information - particularly valuable for AI-assisted development tools like GitHub Copilot and other LLMs.
Problem Statement
Benefits for AI-Assisted Development
Example
In combination with the PAC MCP server introduced in most recent version this would allow LLM's to be aware of your data model.
Similar to the Dataverse MCP server with the tools
describe_tables
andlist_tables
however these output T-SQL syntax and is not really usable for development purposes and overall lack extra context needed during development.Beta Was this translation helpful? Give feedback.
All reactions