Operational runbooks for MCP server
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
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:
- Temporarily increase array limit:
- Edit
runtime.http.response_guard.max_array_items. - Restart the container.
- Monitor memory usage and revert after investigation.
- Edit
- Add a new tool scope:
- Append the scope name to
security.authorization.toolsmapping. - Issue tokens that include the new scope.
- Validate that discovery filtering behaves as intended.
- Append the scope name to
- 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.
- Set