Skip to content
Open
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .actrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Act configuration for zed-mcp-proxy local testing
# Minimal configuration compatible with older act versions

# Use Ubuntu 22.04 image with better tool support
-P ubuntu-latest=catthehacker/ubuntu:act-22.04

# Set environment variables for local testing
--env ACT=true
--env CI=true
--env GITHUB_ACTIONS=true

# Enable verbose output for debugging
--verbose

# Use gitignore for cleaner runs
--use-gitignore

# Platform specification
--platform linux/amd64

# Reuse containers for faster subsequent runs (if supported)
--reuse

# Additional environment variables for Rust/Cargo
--env CARGO_TERM_COLOR=always
--env RUST_BACKTRACE=1

# Skip problematic steps in local environment
--env SKIP_CODECOV=true
--env SKIP_ARTIFACTS=true
6 changes: 3 additions & 3 deletions .github/badges/shields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ badges:

transport:
label: "Transport"
url: "https://img.shields.io/badge/transport-HTTP%2FSSE-orange"
link: "https://github.com/keshav1998/zed-mcp-proxy#transport-detection"
url: "https://img.shields.io/badge/transport-Streamable%20HTTP-orange"
link: "https://github.com/keshav1998/zed-mcp-proxy#universal-transport-compatibility"
category: "feature"

# License & Community
Expand Down Expand Up @@ -173,7 +173,7 @@ cache:
# Markdown Templates
templates:
simple: "[![{label}]({url})]({link})"
with_alt: "[![{label}]({url} \"{alt}\")]({link})"
with_alt: '[![{label}]({url} "{alt}")]({link})'

# Badge Groups for README
groups:
Expand Down
Loading
Loading