UNPKG

payload-cms-mcp

Version:

Payload CMS 3.0 MCP Server - A specialized Model Context Protocol server for Payload CMS

17 lines 390 B
{ "$schema": "https://railway.app/railway.schema.json", "build": { "builder": "NIXPACKS", "buildCommand": "npm install && npm run build", "startCommand": "npm run start" }, "deploy": { "healthcheckPath": "/health", "healthcheckTimeout": 100, "restartPolicyType": "ON_FAILURE", "restartPolicyMaxRetries": 10 }, "variables": { "PORT": "8080" } }