fix: updated startup message
This commit is contained in:
parent
51400e8eda
commit
973d109859
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
|
@ -169,7 +169,7 @@ func startRemoteServer(mcpServer *mcp.Server, cfg *Config) error {
|
|||
// Start HTTP server
|
||||
go func() {
|
||||
log.Printf("HTTP server listening on %s", addr)
|
||||
log.Printf("SSE endpoint: http://%s/sse", addr)
|
||||
log.Printf("MCP endpoint: http://%s/mcp", addr)
|
||||
log.Printf("Health check: http://%s/health", addr)
|
||||
if cfg.OAuthEnabled {
|
||||
log.Printf("Authentication: OAuth 2.1 (JWT Bearer tokens required)")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue