Hello!
I've tried using the project but I have an issue with the HTTP requests towards the GitHub's API returning 401 errors.
I precise that I've changed the Chat model to use Microsoft Azure's OpenAI endpoints and they're working fine (or, at least, they return 200 OK responses, don't know about the actual content).
Is there something I've missed during setup?
The error in question:
2025-05-19 16:13:31,230 - INFO - HTTP Request: GET https://api.github.com/search/repositories?q=erp%20language%3Ajava&sort=stars&order=desc&per_page=25&page=1 "HTTP/1.1 401 Unauthorized"
2025-05-19 16:13:31,231 - INFO - [GitHub MCP Adapter] Fetched URL: https://api.github.com/search/repositories with status 401
2025-05-19 16:13:31,231 - ERROR - Error 401: Bad credentials
Hello!
I've tried using the project but I have an issue with the HTTP requests towards the GitHub's API returning 401 errors.
I precise that I've changed the Chat model to use Microsoft Azure's OpenAI endpoints and they're working fine (or, at least, they return 200 OK responses, don't know about the actual content).
Is there something I've missed during setup?
The error in question:
2025-05-19 16:13:31,230 - INFO - HTTP Request: GET https://api.github.com/search/repositories?q=erp%20language%3Ajava&sort=stars&order=desc&per_page=25&page=1 "HTTP/1.1 401 Unauthorized"2025-05-19 16:13:31,231 - INFO - [GitHub MCP Adapter] Fetched URL: https://api.github.com/search/repositories with status 4012025-05-19 16:13:31,231 - ERROR - Error 401: Bad credentials