Skip to content

Commit 44d3477

Browse files
authored
Lowercase purl prefix to speed up queries (#246)
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
1 parent 57ba8e4 commit 44d3477

File tree

6 files changed

+52
-52
lines changed

6 files changed

+52
-52
lines changed

packages/mcp-server-vdb/src/mcp_server_vdb/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ async def handle_call_tool(
385385
write_stream,
386386
InitializationOptions(
387387
server_name="appthreat-vulnerability-db",
388-
server_version="6.6.1",
388+
server_version="6.6.2",
389389
capabilities=server.get_capabilities(
390390
notification_options=NotificationOptions(),
391391
experimental_capabilities={},

packages/mcp-server-vdb/uv.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "appthreat-vulnerability-db"
3-
version = "6.6.1"
3+
version = "6.6.2"
44
description = "AppThreat's vulnerability database and package search library with a built-in sqlite based storage. OSV, CVE, GitHub, npm are the primary sources of vulnerabilities."
55
authors = [
66
{name = "Team AppThreat", email = "cloud@appthreat.com"},

0 commit comments

Comments
 (0)