MCP TypeScript SDK (V2)
    Preparing search index...
    • Convenience hook for localhost DNS rebinding protection. Allows only localhost, 127.0.0.1, and [::1] (IPv6 localhost) hostnames.

      Returns (request: FastifyRequest, reply: FastifyReply) => Promise<void>

      app.addHook('onRequest', localhostHostValidation());