FreeOnePlus opened a new pull request, #124: URL: https://github.com/apache/doris-mcp-server/pull/124
## Summary - serialize static-token read-modify-write operations across local worker processes with an owner-only file lock and atomic replacement - synchronize shared token state before lookups and persist digest-only revocation records across workers and restarts - cover concurrent create/revoke behavior, environment-token revocation, duplicate IDs, file permissions, and plaintext exclusion - document the single-host/shared-locking-filesystem boundary ## Validation - `uv run pytest -q` — 550 passed, 61 skipped - protocol matrix — 18 passed, covering Streamable HTTP, real subprocess Stdio, and multi-worker configuration - real Doris transport matrix — 4 passed, covering Streamable HTTP and Stdio; temporary tables/users cleaned - focused SEC-014/SEC-015 security suite — 33 passed - `uv lock --check`, scoped Ruff, scoped mypy, compileall, build, archive audit, and isolated wheel execution passed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
