The runbooks help administrators quickly adjust configuration parameters, extend tool scopes, and enable structured logging for better observability, all while maintaining system stability and security. This topic provides concise, actionable steps for common operational tasks in the OpenEdge MCP Server environment.

The following runbooks outline quick operational steps for common MCP Server tasks:
  1. Temporarily increase array limit:
    • Edit runtime.http.response_guard.max_array_items.
    • Restart the container.
    • Monitor memory usage and revert after investigation.
  2. Add a new tool scope:
    • Append the scope name to security.authorization.tools mapping.
    • Issue tokens that include the new scope.
    • Validate that discovery filtering behaves as intended.
  3. Enable structured logs:
    • Set observability.logging.json=true.
    • Optionally reduce verbosity by using observability.logging.level=INFO.
    • Restart the server and confirm JSON log shape is consistent for indexing.