Skip to content

chore(deps): lock file maintenance#499

Merged
owtaylor merged 2 commits into
mainfrom
renovate/lock-file-maintenance
Jul 7, 2026
Merged

chore(deps): lock file maintenance#499
owtaylor merged 2 commits into
mainfrom
renovate/lock-file-maintenance

Conversation

@renovate

@renovate renovate Bot commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Update Change
lockFileMaintenance All locks refreshed

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

🔧 This Pull Request updates lock files to use the latest dependency versions.


Configuration

📅 Schedule: (in timezone UTC)

  • Branch creation
    • Between 02:00 AM and 06:59 AM, only on Monday (* 2-6 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested a review from a team as a code owner June 8, 2026 02:10
@renovate renovate Bot added the dependencies label Jun 8, 2026
@renovate renovate Bot force-pushed the renovate/lock-file-maintenance branch from 9b55b2e to 3fc5f04 Compare June 11, 2026 12:53
@renovate renovate Bot force-pushed the renovate/lock-file-maintenance branch from 3fc5f04 to 22695ce Compare June 18, 2026 16:42
@codecov

codecov Bot commented Jun 18, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/linux_mcp_server/server.py 0.00% 1 Missing ⚠️

❌ Your patch check has failed because the patch coverage (0.00%) is below the target coverage (60.00%). You can increase the patch coverage or adjust the target coverage.

Flag Coverage Δ
unittests 97.36% <0.00%> (-0.02%) ⬇️

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

Files with missing lines Coverage Δ
src/linux_mcp_server/tools/run_script.py 96.31% <ø> (ø)
src/linux_mcp_server/server.py 92.85% <0.00%> (-0.60%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate Bot force-pushed the renovate/lock-file-maintenance branch from 22695ce to e5d84b7 Compare June 18, 2026 16:53
owtaylor
owtaylor previously approved these changes Jul 6, 2026

@owtaylor owtaylor left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Konflux failure was a flake (npm access problems), code coverage complaint that the code modified 1 untested line and left it untested is ignorable, fine to merge.


if hasattr(m, "_is_model_visible"):
m._is_model_visible = lambda _tool: True
setattr(m, "_is_model_visible", lambda _tool: True)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I understood that tools marked with visibility=["app"] are being incorrectly filtered out and the monkeypatch should fix that

panyamkeerthana
panyamkeerthana previously approved these changes Jul 6, 2026
@panyamkeerthana

Copy link
Copy Markdown
Contributor

LGTM! ✅

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate Bot dismissed stale reviews from panyamkeerthana and owtaylor via ff44105 July 7, 2026 06:17
@renovate renovate Bot force-pushed the renovate/lock-file-maintenance branch from 42a7f1f to ff44105 Compare July 7, 2026 06:17
 - Use setattr when monkeypatching fastmcp.server.server to avoid
   "is_model_visible" is not a known attribute of module "fastmcp.server.server"
 - Use resource_uri not resourceUri parameter for AppConfig - both
   work but resource_uri is the supported one.
@owtaylor owtaylor merged commit e74fdfb into main Jul 7, 2026
37 of 40 checks passed
@owtaylor owtaylor deleted the renovate/lock-file-maintenance branch July 7, 2026 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants