Running Rasa within an IDE for debugging purposes

You could run the action server as a module with the rasa_sdk package (GitHub - RasaHQ/rasa-sdk: SDK for the development of custom actions for Rasa):

python -m rasa_sdk --actions actions

Also have a look at Actions for documentation.