6 lines
254 B
Go
6 lines
254 B
Go
|
|
// Package httpserver hosts the broker's HTTP surface: OAuth endpoints, the
|
||
|
|
// gated MCP endpoint, and /healthz. Owns an *http.Server with graceful
|
||
|
|
// shutdown on SIGTERM / SIGINT.
|
||
|
|
//
|
||
|
|
// Implementation lands in forgejo-mcp-broker-8ei.
|
||
|
|
package httpserver
|