MCP bridge, OIDC auth, workflow templates, and matriarch remediation#76
Merged
Conversation
Expose mcp-orca for workflow and ad-hoc persona offload, validate Bearer tokens via Zitadel/Authentik userinfo on protected /api/v1 routes, and add workflow templates plus POST /persona-runs for one-shot execution. Co-authored-by: Cursor <cursoragent@cursor.com>
37db84a to
0326055
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
mcp-orca): New MCP server proxies workflow tools (orca_workflow_*) and ad-hoc persona tools (orca_persona_run,orca_task_run) togo-orca-api; Docker image and CI build entry added.server.oidcuserinfo validation (Zitadel / Authentik) on protected/api/v1routes; health/readiness/metrics stay public; shared Bearer middleware with legacystreaming.userinfo_urlfallback for event ingest.software-default,content-default, etc.),GET /workflow-templates,template_idon workflow create.POST /api/v1/persona-runsfor one-shot persona execution (engineRunPersonaOnce).skills/go-orca-offloadfor Cursor offload with OIDC Bearer tokens.Test plan
go test ./...go build ./cmd/go-orca-api ./cmd/mcp-orcaserver.oidc.required: true, verify unauthenticated API calls return 401 and valid Zitadel/Authentik Bearer succeedsmcp-orca, callorca_workflow_createandorca_persona_runfrom an MCP client with tenant/scope headersGET /api/v1/workflow-templatesreturns catalog; create workflow withtemplate_id: software-defaultMade with Cursor