Skip to content

Commit 9df803d

Browse files
authored
Merge pull request #12 from GoogleCloudPlatform/lock-uv-index
fix: local uv index for reliable python package fetching
2 parents 2172a6d + 6bc6b33 commit 9df803d

File tree

6 files changed

+73
-4
lines changed

6 files changed

+73
-4
lines changed

gemini-extension.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-db-context-enrichment",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"contextFileName": "./mcp/GEMINI.md",
55
"mcpServers": {
66
"mcp_db_context_enrichment": {
@@ -9,7 +9,7 @@
99
"tool",
1010
"run",
1111
"--from",
12-
"${extensionPath}${/}mcp${/}dist${/}db_context_enrichment-0.1.5-py3-none-any.whl",
12+
"${extensionPath}${/}mcp${/}dist${/}db_context_enrichment-0.1.6-py3-none-any.whl",
1313
"db-context-enrichment"
1414
]
1515
}
-12.9 KB
Binary file not shown.
15.1 KB
Binary file not shown.
13.1 KB
Binary file not shown.

mcp/pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "db-context-enrichment"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
description = "A FastMCP server for generating natural language to SQL templates from database schemas."
55
readme = "README.md"
66
requires-python = ">=3.12"
@@ -22,3 +22,7 @@ test = [
2222
[tool.setuptools]
2323
py-modules = ["main"]
2424
packages = ["template", "fragment", "common", "model"]
25+
26+
[[tool.uv.index]]
27+
url = "https://pypi.org/simple"
28+
default = true

mcp/uv.lock

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

0 commit comments

Comments
 (0)