Skip to content

Commit f33803e

Browse files
committed
feat: implement bedrock provider and MCP stdio transport
1 parent 2ad570a commit f33803e

69 files changed

Lines changed: 2692 additions & 99 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/release-dry-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: Swatinem/rust-cache@v2
4545

4646
- name: Build (release)
47-
run: cargo build --release -p loopforge-cli --locked
47+
run: cargo build --release -p loopforge-cli --locked --features bedrock
4848

4949
- name: Package (dry run)
5050
run: python scripts/package_release.py --version "dryrun-${{ github.run_id }}" --target "${{ matrix.target }}" --bin "${{ matrix.bin }}" --out-dir dist

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: Swatinem/rust-cache@v2
4848

4949
- name: Build (release)
50-
run: cargo build --release -p loopforge-cli --locked
50+
run: cargo build --release -p loopforge-cli --locked --features bedrock
5151

5252
- name: Package
5353
run: python scripts/package_release.py --version "${{ github.ref_name }}" --target "${{ matrix.target }}" --bin "${{ matrix.bin }}" --out-dir dist

0 commit comments

Comments
 (0)