Skip to content

Migrate SDP-META MCP server to MCP SDK 2.x; bump mcp to >=2.0.0 - #402

Merged
ravi-databricks merged 2 commits into
mainfrom
issue_401
Aug 30, 2026
Merged

Migrate SDP-META MCP server to MCP SDK 2.x; bump mcp to >=2.0.0#402
ravi-databricks merged 2 commits into
mainfrom
issue_401

Conversation

@ravi-databricks

Copy link
Copy Markdown
Contributor
  • Fix MCP 2.x server compatibility and packaging
  • Document MCP 2.x setup and tool behavior

Migrate the pre-release server to the MCP 2.x API and ensure release wheels contain importable templates with protocol, sandbox, and clean-install coverage.
Clarify the server's local-only scope, filesystem boundary, client wiring, result semantics, and agent workflow so users can configure and troubleshoot it reliably.
@ravi-databricks ravi-databricks added this to the v0.1.0 milestone Aug 29, 2026
@ravi-databricks ravi-databricks self-assigned this Aug 29, 2026
@ravi-databricks ravi-databricks linked an issue Aug 29, 2026 that may be closed by this pull request
@codecov

codecov Bot commented Aug 29, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 86.45418% with 34 lines in your changes missing coverage. Please review.
✅ Project coverage is 87.72%. Comparing base (a157442) to head (6046b0f).

Files with missing lines Patch % Lines
src/databricks/labs/sdp_meta/mcp_server.py 87.22% 18 Missing and 11 partials ⚠️
src/databricks/labs/sdp_meta/bundle.py 78.26% 4 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #402      +/-   ##
==========================================
+ Coverage   87.53%   87.72%   +0.18%     
==========================================
  Files          18       18              
  Lines        4229     4228       -1     
  Branches      825      824       -1     
==========================================
+ Hits         3702     3709       +7     
+ Misses        331      323       -8     
  Partials      196      196              
Flag Coverage Δ
unittests 87.72% <86.45%> (+0.18%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ravi-databricks ravi-databricks added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 29, 2026

@brij-raghuwanshi-db brij-raghuwanshi-db left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks Good

@ravi-databricks
ravi-databricks merged commit 36893c9 into main Aug 30, 2026
2 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Migrate SDP-META MCP server to MCP SDK 2.x; bump mcp to >=2.0.0

2 participants