Skip to content

Commit 7085691

Browse files
authored
Add provenance information for sqlite MCP (#1416)
Signed-off-by: Juan Antonio Osorio <[email protected]>
1 parent 99a8166 commit 7085691

File tree

1 file changed

+19
-12
lines changed

1 file changed

+19
-12
lines changed

pkg/registry/data/registry.json

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/stacklok/toolhive/main/docs/registry/schema.json",
3-
"last_updated": "2025-08-13T08:42:55Z",
3+
"last_updated": "2025-08-14T06:59:15Z",
44
"servers": {
55
"arxiv-mcp-server": {
66
"args": [
@@ -18,9 +18,9 @@
1818
],
1919
"image": "ghcr.io/stacklok/dockyard/uvx/arxiv-mcp-server:0.3.0",
2020
"metadata": {
21-
"last_updated": "2025-08-13T08:42:29Z",
22-
"pulls": 77,
23-
"stars": 1559
21+
"last_updated": "2025-08-14T06:56:18Z",
22+
"pulls": 154,
23+
"stars": 1564
2424
},
2525
"permissions": {
2626
"network": {
@@ -840,9 +840,9 @@
840840
],
841841
"image": "docker.io/mcp/cloud-run-mcp:latest",
842842
"metadata": {
843-
"last_updated": "2025-08-13T06:16:55Z",
844-
"pulls": 273,
845-
"stars": 316
843+
"last_updated": "2025-08-14T06:56:08Z",
844+
"pulls": 344,
845+
"stars": 317
846846
},
847847
"permissions": {
848848
"network": {
@@ -2127,8 +2127,8 @@
21272127
],
21282128
"image": "ghcr.io/stackloklabs/mkp/server:0.0.10",
21292129
"metadata": {
2130-
"last_updated": "2025-08-13T08:42:49Z",
2131-
"pulls": 13952,
2130+
"last_updated": "2025-08-14T06:58:09Z",
2131+
"pulls": 14080,
21322132
"stars": 44
21332133
},
21342134
"permissions": {
@@ -3823,8 +3823,8 @@
38233823
"env_vars": [],
38243824
"image": "ghcr.io/stackloklabs/sqlite-mcp/server:0.0.1",
38253825
"metadata": {
3826-
"last_updated": "2025-08-13T08:42:38Z",
3827-
"pulls": 4212,
3826+
"last_updated": "2025-08-14T06:59:15Z",
3827+
"pulls": 4428,
38283828
"stars": 9
38293829
},
38303830
"permissions": {
@@ -3838,6 +3838,13 @@
38383838
"read": [],
38393839
"write": []
38403840
},
3841+
"provenance": {
3842+
"cert_issuer": "https://token.actions.githubusercontent.com",
3843+
"repository_uri": "https://github.com/StacklokLabs/sqlite-mcp",
3844+
"runner_environment": "github-hosted",
3845+
"signer_identity": "/.github/workflows/release.yml",
3846+
"sigstore_url": "tuf-repo-cdn.sigstore.dev"
3847+
},
38413848
"repository_url": "https://github.com/StacklokLabs/sqlite-mcp",
38423849
"status": "Active",
38433850
"tags": [
@@ -4090,4 +4097,4 @@
40904097
}
40914098
},
40924099
"version": "1.0.0"
4093-
}
4100+
}

0 commit comments

Comments
 (0)