Mongo Shell not in distribution package

I feel like I’m losing my mind. I realized that my server installation through yum did not include the mongo shell. Then when I go to install it manually from Download MongoDB Community Server | MongoDB it also does not include mongo, just mongod and mongos. How can I get the CLI client?

You have to install mongosh

Ah okay there is a lot of documentation that is outdated then:

All these things say that mongo is included in the Server distribution, but it is not.