• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Altinity / altinity-mcp / 24508576960
77%
main: 77%

Build:
Build:
LAST BUILD BRANCH: dependabot/go_modules/golang.org/x/sync-0.21.0
DEFAULT BRANCH: main
Ran 16 Apr 2026 11:52AM UTC
Jobs 1
Files 7
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

16 Apr 2026 11:49AM UTC coverage: 79.281% (-0.5%) from 79.77%
24508576960

push

github

BorisTyshkevich
Make execute_query always read-only, reject write statements

execute_query is the READ tool — it should always have ReadOnlyHint: true
regardless of whether the server allows writes. Previously, when
readOnly=false, execute_query was annotated as destructive, which was
incorrect now that read and write tools are separate.

Changes:
- execute_query always annotated ReadOnlyHint:true, DestructiveHint:false
- New HandleReadOnlyQuery handler rejects non-SELECT statements with a
  clear error directing users to write_query
- Retire makeExecuteQueryAnnotations() — annotations are now tool-specific
- write_query retains HandleExecuteQuery (no read-only enforcement)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

16 of 22 new or added lines in 1 file covered. (72.73%)

97 existing lines in 1 file now uncovered.

4301 of 5425 relevant lines covered (79.28%)

1.13 hits per line

Uncovered Changes

Lines Coverage ∆ File
6
72.72
-1.02% pkg/server/server.go

Coverage Regressions

Lines Coverage ∆ File
97
72.72
-1.02% pkg/server/server.go
Jobs
ID Job ID Ran Files Coverage
1 24508576960.1 16 Apr 2026 11:52AM UTC 7
79.28
GitHub Action Run
Source Files on build 24508576960
  • Tree
  • List 7
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24508576960
  • be75adb7 on github
  • Prev Build on v0.1.0-issue35 (#24507656808)
  • Next Build on v0.1.0-issue35 (#24557856044)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc