Guidance and common pitfalls
- Last Updated: December 23, 2025
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
This topic provides important guidance and highlights common pitfalls when configuring the OpenEdge MCP Server. Following these recommendations ensures reliable operation and prevents misconfigurations that can lead to failures or security gaps.
The following list summarizes common pitfalls and their recommended remedies:
- Forgetting to set
base_urlcauses relative downstream URLs to fail. Always configure eitherapi.openapi.base_urlorruntime.http.base_url. - Enabling authentication without defining scopes makes discovery work but renders access control meaningless. Define a default scope early in the configuration.
- Disabling the response guard during early development is acceptable, but re-enable it before load testing or LLM integration to prevent runaway payloads.
- Avoid large prompt directories. The aggregate size guard prevents excessive memory usage and ensures predictable performance.
Note: For detailed instructions on generating profiles and certificates, see Use the mcpgen CLI for profile generation and management.