Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Commit 74870dc

Browse files
committed
chore(release): v1.6.4 [skip actions]
1 parent 967a64b commit 74870dc

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

.changeset/fix-redundant-filtering.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 1.6.4
4+
5+
### Patch Changes
6+
7+
- [#178](https://github.com/sapientpants/deepsource-mcp-server/pull/178) [`967a64b`](https://github.com/sapientpants/deepsource-mcp-server/commit/967a64b732ceee8d42fa42d601bd4160b4d06009) - fix: remove redundant client-side filtering in quality metrics handler
8+
9+
The quality metrics handler was unnecessarily filtering metrics on the client side
10+
after the GraphQL API had already applied the same filters on the server side.
11+
This change removes the redundant filtering by using the repository's
12+
findByProjectWithFilter method when shortcode filters are specified.
13+
314
## 1.6.3
415

516
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deepsource-mcp-server",
3-
"version": "1.6.3",
3+
"version": "1.6.4",
44
"description": "Model Context Protocol server for DeepSource",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)