Skip to main content

Build failures

Missing config.yaml

Create config.yaml in your project root with at least:

Missing tool declaration

Add the tool to config.yaml:

Dependency errors

Add the package to pyproject.toml:

Build timeout

Builds have a time limit. If your build times out:
  1. Check for large dependencies
  2. Ensure you’re not downloading large files at build time
  3. Contact support if the issue persists

Runtime errors

Tool blocked

Your organization admin has restricted this tool. Contact them to request access.

Credentials not found

The user hasn’t connected their account. For OAuth providers, they need to authorize via the Gumstack UI.

Invalid token

The request token is invalid. This usually means:
  • User’s session expired
  • Token was revoked
  • Misconfigured MCP client

Viewing logs

Build logs

Go to Deployments tab, click on a deployment, then open Logs > Build Logs.
Build logs

Runtime logs

Go to Deployments tab, click Logs > Runtime Logs.
Runtime logs
Use the time filter and search to find specific errors.

Still stuck?

Contact support with:
  • Server ID
  • Deployment ID (if build issue)
  • Error message
  • Steps to reproduce