Skip to main content
Glama

Foxxy Bridge

by billyjbryant
commit.sh470 B
#!/bin/bash # Smart commit script that handles pre-commit formatting changes echo "Running pre-commit checks and committing..." # Try to commit git commit "$@" exit_code=$? # If commit failed due to pre-commit changes (exit code 1), re-add and retry if [ $exit_code -eq 1 ]; then echo "Pre-commit hooks made changes, re-adding files and retrying commit..." git add -u # Add all modified tracked files git commit "$@" exit_code=$? fi exit $exit_code

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/billyjbryant/mcp-foxxy-bridge'

If you have feedback or need assistance with the MCP directory API, please join our Discord server