Configures how the MCP Task Orchestrator SERVER runs and is reached — transport (HTTP vs STDIO), the REST API, port publishing, config mounts, and config-sync. Use when a user says: run the server, register the image, set up the Docker container, enable the REST API, set up config-sync, reconfigure the server, change transport, expose the API, or reconnect to a different endpoint. NOT for first-time onboarding (that's quick-start) and NOT for note schemas / gates / traits / actor_authentication policy (that's manage-schemas) — this skill only decides how the container is launched and reached.
$npx -y skills add jpicklyk/task-orchestrator --skill configure-serverInstalls into the current project.
Run `npx skills use "https://github.com/jpicklyk/task-orchestrator" --skill "jpicklyk/task-orchestrator/configure-server"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/jpicklyk/task-orchestrator" that are relevant to the current task. Run `npx skills add "https://github.com/jpicklyk/task-orchestrator"` and select the relevant skills, then follow their instructions.