Add ChatGPT web plugin publication path - #81
Merged
Merged
Conversation
|
👀 Human Input Needed → Pair Review Briefing |
| EXPOSE 8000 | ||
|
|
||
| HEALTHCHECK --interval=30s --timeout=5s --start-period=30s --retries=3 \ | ||
| CMD ["python", "-c", "import urllib.request; urllib.request.urlopen('http://127.0.0.1:8000/healthz', timeout=4).read()"] |
There was a problem hiding this comment.
The container health check calls /healthz with Host: 127.0.0.1:8000, but the HTTP server applies the configured allowed-host policy to operational routes as well; with the documented production value of only the public host, Docker will mark otherwise healthy containers unhealthy even though /healthz exists.
Severity: medium
🤖 Was this useful? React with 👍 or 👎
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
private OAuth-introspection modes
enforcement from the existing OpenHCS capability declarations and registry
tool lists or schemas
validation
desktop MCP authoring surface while preserving its mutating/destructive
classification and local-only transport boundary
requirements
Architecture
AgentCapabilityDeclarationand the capability registry remain the authorityfor hosted capability identity and availability.
AgentCapabilitySpecowns theread-only classification, while
McpHttpAuthenticationModeowns authenticationprojection. The HTTP and package boundaries query those owners rather than
maintaining transport-specific tool catalogs, mutation predicates, schema
copies, or compatibility lookup tables.
Desktop authoring exposure is likewise declaration-owned:
RegisterCustomFunctionCapabilityis a standard primary authoring operation,and its existing mutation and side-effect metadata projects the MCP destructive
annotations. The hosted transport remains ineligible for that capability.
An AST deletion gate prevents hosted transport/package code from copying
capability names or re-deriving mutation semantics.
Verification
passed after exposing desktop custom-function registration
mcp-httpextra, andopenhcs-mcp-httpentry pointThe public hosted endpoint and ChatGPT listing are not claimed to be live by
this PR. They remain deployment and OpenAI registration steps after merge and
release.