Skip to content

Conversation

@cristipufu
Copy link
Member

@cristipufu cristipufu commented Jul 22, 2025

Summary

This PR fixes an authentication issue by ensuring the SignalR client receives the required access token during connection initialization. The change adds proper token authentication to the SignalR client configuration.

  • Adds a token factory function that retrieves the access token from environment variables
  • Updates SignalR client instantiation to include the access token factory parameter
  • Bumps the package version to reflect this bug fix

@cristipufu cristipufu self-assigned this Jul 22, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes an authentication issue by ensuring the SignalR client receives the required access token during connection initialization. The change adds proper token authentication to the SignalR client configuration.

  • Adds a token factory function that retrieves the access token from environment variables
  • Updates SignalR client instantiation to include the access token factory parameter
  • Bumps the package version to reflect this bug fix

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
src/uipath_mcp/_cli/_runtime/_runtime.py Adds token factory function and configures SignalR client with access token authentication
pyproject.toml Increments version from 0.0.98 to 0.0.99

@cristipufu cristipufu force-pushed the fix/signalr_access_token branch from 9b93a8a to 7f0efa3 Compare July 22, 2025 06:12
@cristipufu cristipufu force-pushed the fix/signalr_access_token branch from 7f0efa3 to 605dac3 Compare July 22, 2025 06:15
@cristipufu cristipufu merged commit e916fe2 into main Jul 22, 2025
9 checks passed
@cristipufu cristipufu deleted the fix/signalr_access_token branch July 22, 2025 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants