feat: add Dataverse CLI as MCP fallback for simple CRUD and N:N#80
Open
arorashivam96 wants to merge 1 commit into
Open
feat: add Dataverse CLI as MCP fallback for simple CRUD and N:N#80arorashivam96 wants to merge 1 commit into
arorashivam96 wants to merge 1 commit into
Conversation
…tions Adds the Dataverse CLI (`npx @microsoft/dataverse`) as a middle tier in the tool routing hierarchy: MCP -> CLI -> SDK -> Web API. When MCP is unavailable, basic users can now perform simple CRUD with a single shell command instead of writing a Python script. Key changes: - dv-overview: amend Hard Rules for CLI carve-out, extract tool-routing to references/ (fixes pre-existing token budget violation) - dv-data: add CLI Quick Reference for CRUD + N:N associate/disassociate - dv-query: add CLI fallback for simple reads, counts, and paginated queries - Version bump 1.5.0 -> 1.6.0 (MINOR: new capability) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
npx @microsoft/dataverse) as a middle tier in the tool routing hierarchy: MCP → CLI → SDK → Web APIdata associate/data disassociateinstead of raw Web API$refboilerplatedv-overviewtoken budget violation (5186 > 5000) by extracting tool-routing content toreferences/1.5.0→1.6.0(MINOR: new backward-compatible capability)Files changed
1.5.0→1.6.0Test plan
python .github/evals/static_checks.pypasses (8 skill files, 45 Python blocks, 8 categories)python .github/evals/version_bump_check.pypasses (MINOR bump validated)@microsoft/dataverseCLI surface🤖 Generated with Claude Code