Squashed from chore/license-relicense. Full message preserved in the original branch commitbb77eb5. See ADR-0002 for the decision rationale. Refs: ADR-0002, commitbb77eb5
19 lines
556 B
TOML
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 = ""
|