For AI agents: the complete documentation index is available at https://scriptedalchemy.github.io/agent-bundle/llms.txt, the full documentation bundle is available at https://scriptedalchemy.github.io/agent-bundle/llms-full.txt, and this page is available as Markdown at https://scriptedalchemy.github.io/agent-bundle/api/types/api.CompiledServerMode.md.
  • English
  • Type Alias: CompiledServerMode

    CompiledServerMode = "generated" | "custom" | "command" | "remote" | "conflict"

    The packaging mode of one MCP server that owns discovered route modules. generated, custom, command, and remote are explicit or inferred decisions; conflict records that discovery found routes but an existing entry claims the same server and no explicit mode resolved it — discovery is not a packaging choice, so the routes stay visible beside the error.