Skip to content

Commit c12de89

Browse files
kmruizCopilot
andauthored
feat(search): Add a new tool to list search and vector search indexes MCP-235 (#610)
Co-authored-by: Copilot <[email protected]>
1 parent 46bf661 commit c12de89

File tree

15 files changed

+1322
-89
lines changed

15 files changed

+1322
-89
lines changed

.github/workflows/code-health-fork.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
2121
if: matrix.os == 'ubuntu-latest'
2222
- uses: actions/checkout@v5
23+
- uses: docker/setup-docker-action@v4
24+
if: matrix.os == 'ubuntu-latest'
25+
name: Setup Docker Environment
26+
with:
27+
set-host: true
2328
- uses: actions/setup-node@v5
2429
with:
2530
node-version-file: package.json

.github/workflows/code-health.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
- uses: GitHubSecurityLab/actions-permissions/monitor@v1
2222
if: matrix.os == 'ubuntu-latest'
2323
- uses: actions/checkout@v5
24+
- uses: docker/setup-docker-action@v4
25+
if: matrix.os == 'ubuntu-latest'
26+
name: Setup Docker Environment
27+
with:
28+
set-host: true
2429
- uses: actions/setup-node@v5
2530
with:
2631
node-version-file: package.json

0 commit comments

Comments
 (0)