routine_code_commit
Save and manage code versions for Edge Routines (ER) within the ESA MCP Server, enabling future modifications or releases using a structured input schema.
Instructions
Save a code version for future modifications or release within an Edge Routine (ER).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
code | Yes | Source Code of the routine, export default { async fetch(request) { return handleRequest(request); } } | |
description | No | Description of the routine, no spaces | |
name | Yes | The name of the routine, support lowercase English, numbers, and hyphens, must start with lowercase English, length cannot be less than 2 characters |