pryscraper/wrangler.toml
cryptorugmunch 8d25702eca chore(license): re-license to dual MIT (core) + BSL 1.1 (stealth)
Squashed from chore/license-relicense. Full message preserved in the
original branch commit bb77eb5. See ADR-0002 for the decision rationale.

Refs: ADR-0002, commit bb77eb5
2026-07-02 19:59:18 +02:00

19 lines
556 B
TOML

# SPDX-License-Identifier: MIT
# Copyright (c) 2026 Rug Munch Media LLC
# Part of Pry — https://git.rugmunch.io/RugMunchMedia/pryscraper
# Licensed under MIT. See LICENSE.
name = "pry-mcp"
main = "workers/mcp-worker.js"
compatibility_date = "2026-07-01"
compatibility_flags = ["nodejs_compat"]
[env.production]
vars = { PRY_API_URL = "https://pry.dev" }
# Optional: route a custom subdomain to this worker
# routes = [
# { pattern = "mcp.pry.dev", custom_domain = true }
# ]
# Secrets (set via `wrangler secret put PRY_API_KEY`):
# PRY_API_KEY = ""