You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Bump version and republish
clawdhub sync --all --bump patch --changelog "Bug fixes"
Quick Test Commands
# Test the skill locallycd /Users/admin/hoss/SlopeSniper/mcp-extension
uv run python -c "from slopesniper_skill import get_statusimport asyncioprint(asyncio.run(get_status()))"# Test the API server
uv run uvicorn slopesniper_api.server:app --port 8420 &
curl http://localhost:8420/status