# Merge under mcp_servers in ~/.hermes/config.yaml
# Set BOOKBRIDGE_API_URL and BOOKBRIDGE_PLATFORM_CLIENT_TOKEN in the environment,
# or replace the placeholders below.

mcp_servers:
  bookbridge:
    url: "${BOOKBRIDGE_API_URL}/mcp"
    headers:
      Authorization: "Bearer ${BOOKBRIDGE_PLATFORM_CLIENT_TOKEN}"
    enabled: true
    timeout: 120
    connect_timeout: 60
    # If your Hermes build requires an explicit transport for Streamable HTTP:
    # transport: streamable-http
