Skip to content

Commit 18ee300

Browse files
committed
Merge remote-tracking branch 'origin/main' into operator-crds-optional-virtualmcp
2 parents d1cf58d + 8cfe520 commit 18ee300

File tree

2 files changed

+19
-13
lines changed

2 files changed

+19
-13
lines changed

.github/workflows/validate-proposal-naming.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,13 @@ jobs:
3737
3838
- name: Validate proposal naming
3939
run: |
40-
# Get the list of changed files in docs/proposals
41-
CHANGED_FILES=$(git diff --name-only --diff-filter A origin/${{ github.base_ref }}...HEAD | grep '^docs/proposals/')
40+
# Get the list of NEW files added in docs/proposals (not modifications to existing files)
41+
CHANGED_FILES=$(git diff --name-only --diff-filter=A origin/${{ github.base_ref }}...HEAD | grep '^docs/proposals/' || true)
4242
43-
# This is here to avoid errors when running this workflow manually without a PR
43+
# Skip validation if no new proposal files are being added
44+
# (modifications to existing proposals don't need naming validation)
4445
if [ -z "$CHANGED_FILES" ]; then
45-
echo "ℹ️ No proposal files changed in this PR"
46+
echo "ℹ️ No new proposal files added in this PR (only modifications to existing proposals or manual trigger)"
4647
exit 0
4748
fi
4849

pkg/registry/data/registry.json

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/stacklok/toolhive/main/pkg/registry/data/toolhive-legacy-registry.schema.json",
33
"version": "1.0.0",
4-
"last_updated": "2025-11-27T00:17:56Z",
4+
"last_updated": "2025-11-28T00:18:02Z",
55
"servers": {
66
"adb-mysql-mcp-server": {
77
"description": "Official MCP server for AnalyticDB for MySQL of Alibaba Cloud",
@@ -800,9 +800,9 @@
800800
"workbooks"
801801
],
802802
"metadata": {
803-
"stars": 1170,
803+
"stars": 1186,
804804
"pulls": 1809,
805-
"last_updated": "2025-11-02T02:34:09Z"
805+
"last_updated": "2025-11-27T02:32:51Z"
806806
},
807807
"repository_url": "https://github.com/Azure/azure-mcp",
808808
"tags": [
@@ -1462,9 +1462,9 @@
14621462
"set_during_runtime"
14631463
],
14641464
"metadata": {
1465-
"stars": 11251,
1465+
"stars": 11566,
14661466
"pulls": 2408,
1467-
"last_updated": "2025-11-02T02:34:09Z"
1467+
"last_updated": "2025-11-27T02:32:51Z"
14681468
},
14691469
"repository_url": "https://github.com/googleapis/genai-toolbox",
14701470
"tags": [
@@ -3634,9 +3634,9 @@
36343634
"install_server"
36353635
],
36363636
"metadata": {
3637-
"stars": 3,
3637+
"stars": 4,
36383638
"pulls": 0,
3639-
"last_updated": "2025-11-01T02:32:39Z"
3639+
"last_updated": "2025-11-27T02:32:51Z"
36403640
},
36413641
"repository_url": "https://github.com/StacklokLabs/mcp-optimizer",
36423642
"tags": [
@@ -3891,9 +3891,9 @@
38913891
"provision_neon_auth"
38923892
],
38933893
"metadata": {
3894-
"stars": 500,
3894+
"stars": 522,
38953895
"pulls": 55,
3896-
"last_updated": "2025-11-01T02:32:39Z"
3896+
"last_updated": "2025-11-27T02:32:51Z"
38973897
},
38983898
"repository_url": "https://github.com/neondatabase-labs/mcp-server-neon",
38993899
"tags": [
@@ -5472,6 +5472,11 @@
54725472
"query_docs",
54735473
"get_chunk"
54745474
],
5475+
"metadata": {
5476+
"stars": 0,
5477+
"pulls": 0,
5478+
"last_updated": "2025-11-27T02:32:50Z"
5479+
},
54755480
"repository_url": "https://github.com/stacklok/toolhive-doc-mcp",
54765481
"tags": [
54775482
"documentation",

0 commit comments

Comments
 (0)