(ctx context.Context, userID uuid.UUID)
| 59 | // provisionerdserver.ObtainOIDCAccessToken. |
| 60 | type UserOIDCTokenSource interface { |
| 61 | OIDCAccessToken(ctx context.Context, userID uuid.UUID) (string, error) |
| 62 | } |
| 63 | |
| 64 | // ConnectAll connects to all configured MCP servers, discovers |
no outgoing calls