Unable to test on localhost:3333
I have been able to test the plugin through the swagger UI on localhost:8000/docs. However when I run
poetry run dev
I get the {detail: Not found} error on localhost:3333. I have checked that I have my bearer token in my env as well.
There is nothing actually running at the root. If you go to http://localhost:3333/.well-known/ai-plugin.json you should see content.
I'm seeing the same thing. I do see content browsing the url that @acnebs mentioned, granted it's all example data. The /docs url works as well to render the swagger UI. Any other items to attempt browsing for troubleshooting?
I went ahead and just used nginx to reverse proxy 443 -> 8000 and threw a letsencrypt cert on the service. That is a reasonable implementation for my purposes.