Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 1 addition & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Validate Server JSON Files
uses: cardinalby/schema-validator-action@v3
with:
file: 'mcp-registry/servers/*.json'
schema: 'mcp-registry/schema/server-schema.json'
mode: 'default'
fixSchemas: false

test:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -55,4 +47,4 @@ jobs:
- name: Check code style with ruff
run: |
uv sync --group dev
uv run ruff check src/ tests/
uv run ruff check src/ tests/
144 changes: 0 additions & 144 deletions mcp-registry/.failed_installations.json

This file was deleted.

79 changes: 0 additions & 79 deletions mcp-registry/README.md

This file was deleted.

87 changes: 0 additions & 87 deletions mcp-registry/package-lock.json

This file was deleted.

Loading
Loading