mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-18 03:29:11 +02:00
Compare commits
7 commits
main
...
published-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0a619de571 |
||
|
|
0e941cf051 |
||
|
|
98bbec1f14 |
||
|
|
0747ce0bc1 |
||
|
|
8cf4506aa9 |
||
|
|
3098f8086b |
||
|
|
6bc5dc065a |
16 changed files with 16 additions and 16 deletions
2
.github/actions/setup-uv/action.yml
vendored
2
.github/actions/setup-uv/action.yml
vendored
|
|
@ -15,7 +15,7 @@ runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
uses: astral-sh/setup-uv@v9.0.0
|
uses: astral-sh/setup-uv@v7
|
||||||
with:
|
with:
|
||||||
enable-cache: true
|
enable-cache: true
|
||||||
cache-dependency-glob: "uv.lock"
|
cache-dependency-glob: "uv.lock"
|
||||||
|
|
|
||||||
2
.github/workflows/auto-close-duplicates.yml
vendored
2
.github/workflows/auto-close-duplicates.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
private-key: ${{ secrets.MARVIN_APP_PRIVATE_KEY }}
|
private-key: ${{ secrets.MARVIN_APP_PRIVATE_KEY }}
|
||||||
|
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
uses: astral-sh/setup-uv@v9.0.0
|
uses: astral-sh/setup-uv@v7
|
||||||
|
|
||||||
- name: Auto-close duplicate issues
|
- name: Auto-close duplicate issues
|
||||||
run: uv run scripts/auto_close_duplicates.py
|
run: uv run scripts/auto_close_duplicates.py
|
||||||
|
|
|
||||||
2
.github/workflows/auto-close-needs-mre.yml
vendored
2
.github/workflows/auto-close-needs-mre.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
private-key: ${{ secrets.MARVIN_APP_PRIVATE_KEY }}
|
private-key: ${{ secrets.MARVIN_APP_PRIVATE_KEY }}
|
||||||
|
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
uses: astral-sh/setup-uv@v9.0.0
|
uses: astral-sh/setup-uv@v7
|
||||||
|
|
||||||
- name: Auto-close needs MRE issues
|
- name: Auto-close needs MRE issues
|
||||||
run: uv run scripts/auto_close_needs_mre.py
|
run: uv run scripts/auto_close_needs_mre.py
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
uses: actions/checkout@v7
|
uses: actions/checkout@v7
|
||||||
|
|
||||||
- name: Install UV
|
- name: Install UV
|
||||||
uses: astral-sh/setup-uv@v9.0.0
|
uses: astral-sh/setup-uv@v7
|
||||||
with:
|
with:
|
||||||
enable-cache: true
|
enable-cache: true
|
||||||
cache-dependency-glob: "uv.lock"
|
cache-dependency-glob: "uv.lock"
|
||||||
|
|
|
||||||
2
.github/workflows/marvin-comment-on-pr.yml
vendored
2
.github/workflows/marvin-comment-on-pr.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Install UV
|
- name: Install UV
|
||||||
uses: astral-sh/setup-uv@v9.0.0
|
uses: astral-sh/setup-uv@v7
|
||||||
with:
|
with:
|
||||||
enable-cache: true
|
enable-cache: true
|
||||||
cache-dependency-glob: "uv.lock"
|
cache-dependency-glob: "uv.lock"
|
||||||
|
|
|
||||||
2
.github/workflows/marvin-test-failure.yml
vendored
2
.github/workflows/marvin-test-failure.yml
vendored
|
|
@ -41,7 +41,7 @@ jobs:
|
||||||
|
|
||||||
# Install UV package manager
|
# Install UV package manager
|
||||||
- name: Install UV
|
- name: Install UV
|
||||||
uses: astral-sh/setup-uv@v9.0.0
|
uses: astral-sh/setup-uv@v7
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
|
||||||
2
.github/workflows/publish-fastmcp-remote.yml
vendored
2
.github/workflows/publish-fastmcp-remote.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
ref: ${{ github.event.workflow_run.head_sha || github.sha }}
|
ref: ${{ github.event.workflow_run.head_sha || github.sha }}
|
||||||
|
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
uses: astral-sh/setup-uv@v9.0.0
|
uses: astral-sh/setup-uv@v7
|
||||||
|
|
||||||
- name: Build fastmcp-remote
|
- name: Build fastmcp-remote
|
||||||
run: uv build --package fastmcp-remote
|
run: uv build --package fastmcp-remote
|
||||||
|
|
|
||||||
2
.github/workflows/publish-fastmcp-slim.yml
vendored
2
.github/workflows/publish-fastmcp-slim.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
uses: astral-sh/setup-uv@v9.0.0
|
uses: astral-sh/setup-uv@v7
|
||||||
|
|
||||||
- name: Build fastmcp-slim
|
- name: Build fastmcp-slim
|
||||||
run: uv build --package fastmcp-slim
|
run: uv build --package fastmcp-slim
|
||||||
|
|
|
||||||
2
.github/workflows/publish-fastmcp-tasks.yml
vendored
2
.github/workflows/publish-fastmcp-tasks.yml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
uses: astral-sh/setup-uv@v9.0.0
|
uses: astral-sh/setup-uv@v7
|
||||||
|
|
||||||
- name: Build fastmcp-tasks
|
- name: Build fastmcp-tasks
|
||||||
if: steps.package_present.outputs.present == 'true'
|
if: steps.package_present.outputs.present == 'true'
|
||||||
|
|
|
||||||
2
.github/workflows/publish-fastmcp.yml
vendored
2
.github/workflows/publish-fastmcp.yml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
||||||
ref: ${{ github.event.workflow_run.head_sha || github.sha }}
|
ref: ${{ github.event.workflow_run.head_sha || github.sha }}
|
||||||
|
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
uses: astral-sh/setup-uv@v9.0.0
|
uses: astral-sh/setup-uv@v7
|
||||||
|
|
||||||
- name: Build fastmcp
|
- name: Build fastmcp
|
||||||
run: uv build --package fastmcp
|
run: uv build --package fastmcp
|
||||||
|
|
|
||||||
2
.github/workflows/run-schema-crash-test.yml
vendored
2
.github/workflows/run-schema-crash-test.yml
vendored
|
|
@ -37,7 +37,7 @@ jobs:
|
||||||
- uses: actions/checkout@v7
|
- uses: actions/checkout@v7
|
||||||
|
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
uses: astral-sh/setup-uv@v9.0.0
|
uses: astral-sh/setup-uv@v7
|
||||||
|
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
run: uv python install 3.12
|
run: uv python install 3.12
|
||||||
|
|
|
||||||
2
.github/workflows/run-static.yml
vendored
2
.github/workflows/run-static.yml
vendored
|
|
@ -37,6 +37,6 @@ jobs:
|
||||||
resolution: locked
|
resolution: locked
|
||||||
|
|
||||||
- name: Run prek
|
- name: Run prek
|
||||||
uses: j178/prek-action@v3.0.0
|
uses: j178/prek-action@v2
|
||||||
env:
|
env:
|
||||||
SKIP: no-commit-to-branch
|
SKIP: no-commit-to-branch
|
||||||
|
|
|
||||||
2
.github/workflows/run-tests.yml
vendored
2
.github/workflows/run-tests.yml
vendored
|
|
@ -90,7 +90,7 @@ jobs:
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v7
|
uses: actions/setup-node@v7
|
||||||
with:
|
with:
|
||||||
node-version: "24"
|
node-version: "22"
|
||||||
|
|
||||||
- name: Run conformance tests
|
- name: Run conformance tests
|
||||||
uses: ./.github/actions/run-pytest
|
uses: ./.github/actions/run-pytest
|
||||||
|
|
|
||||||
2
.github/workflows/run-upgrade-checks.yml
vendored
2
.github/workflows/run-upgrade-checks.yml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
||||||
resolution: upgrade
|
resolution: upgrade
|
||||||
|
|
||||||
- name: Run prek
|
- name: Run prek
|
||||||
uses: j178/prek-action@v3.0.0
|
uses: j178/prek-action@v2
|
||||||
env:
|
env:
|
||||||
SKIP: no-commit-to-branch
|
SKIP: no-commit-to-branch
|
||||||
|
|
||||||
|
|
|
||||||
2
.github/workflows/update-config-schema.yml
vendored
2
.github/workflows/update-config-schema.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
token: ${{ steps.marvin-token.outputs.token }}
|
token: ${{ steps.marvin-token.outputs.token }}
|
||||||
|
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
uses: astral-sh/setup-uv@v9.0.0
|
uses: astral-sh/setup-uv@v7
|
||||||
with:
|
with:
|
||||||
enable-cache: true
|
enable-cache: true
|
||||||
cache-dependency-glob: "uv.lock"
|
cache-dependency-glob: "uv.lock"
|
||||||
|
|
|
||||||
2
.github/workflows/update-sdk-docs.yml
vendored
2
.github/workflows/update-sdk-docs.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
token: ${{ steps.marvin-token.outputs.token }}
|
token: ${{ steps.marvin-token.outputs.token }}
|
||||||
|
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
uses: astral-sh/setup-uv@v9.0.0
|
uses: astral-sh/setup-uv@v7
|
||||||
with:
|
with:
|
||||||
enable-cache: true
|
enable-cache: true
|
||||||
cache-dependency-glob: "uv.lock"
|
cache-dependency-glob: "uv.lock"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue