Skip to content

Commit d7c39fd

Browse files
committed
chore: Fix formatting
1 parent 309b1db commit d7c39fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/postgres_mcp/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ async def main():
677677
enable_dns_rebinding_protection="*" not in args.allowed_hosts, allowed_hosts=args.allowed_hosts
678678
)
679679
mcp.settings.transport_security = transport_security
680-
logger.info(f"Allowed hosts: {str(args.allowed_hosts)}")
680+
logger.info(f"Allowed hosts: {', '.join(args.allowed_hosts)}")
681681
await mcp.run_streamable_http_async()
682682

683683

0 commit comments

Comments
 (0)