Use the support path that matches what you need.
Open a GitHub Discussion if discussions are enabled. If not, open a question issue and include:
- What you are trying to build.
- The command or API call you ran.
- The output or error.
- Your OS, Go version, Node version, and GraphStore provider.
Use the bug report template. Include a minimal reproduction and the output of:
go version
make status
go run ./cmd/umctl --addr http://localhost:8080 query examplesIf the bug involves the Web UI, include:
cd web
pnpm --version
pnpm buildUse the feature request template. Describe the user workflow, public interface impact, and why existing Query Service, CLI, MCP, or SDK surfaces are not enough.
Do not open public issues for vulnerabilities. Follow SECURITY.md.
This repository documents the open-source local distribution. Production deployments need additional authentication, authorization, transport security, audit, and operations design outside the current open-source release scope.