fleet/tools/fleet-mcp/render.yaml
2026-03-27 12:07:27 -05:00

17 lines
378 B
YAML

services:
- type: web
name: fleet-mcp
runtime: go
plan: starter
rootDir: tools/fleet-mcp
buildCommand: go build -o fleet-mcp .
startCommand: ./fleet-mcp
envVars:
- key: FLEET_BASE_URL
sync: false
- key: FLEET_API_KEY
sync: false
- key: MCP_AUTH_TOKEN
sync: false
- key: LOG_LEVEL
value: info